Html Css Color HEX #7DECBB Riptide

📋 copy color: '#7DECBB'

red 125 ◦ green 236 ◦ blue 187

#7DECBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Riptide #7DECBB

Tints of Riptide #7DECBB

RGB

 RED value IS 125 (49.22% from 255) = 22.81%

 GREEN value IS 236 (92.58% from 255) = 43.07%

 BLUE value IS 187 (73.44% from 255) = 34.12%

R = 22.81%
G = 43.07%
B = 34.12%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7DECBB (or 0x7DECBB) is known color: Riptide. HEX triplet: 7D, EC and BB. RGB value is (125,236,187). Sum of RGB (Red+Green+Blue) = 125+236+187=548 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.81% from 548); Green value is 236 (92.58% from 255 or 43.07% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 236 - color contains mainly: green. Hex color #7DECBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DECBB is #821344. Grayscale: #C5C5C5. Windows color (decimal): -8524613 or 12315773. OLE color: 12315773.

HSL color Cylindrical-coordinate representation of color #7DECBB: hue angle of 153.51º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DECBB is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 236 187 -
CMYK 0.47 0 0.21 0.07
HSL 153.51º 0.74% 0.71% -
HSV(B) 153.51º 0.47% 0.93% -
XYZ 47.42 67.94 57.63 -
YUV 197.23 122.23 76.48 -
System Red Green Blue C M Y K H S L
Decimal 125 236 187 0.47 0 0.21 0.07 153.51 0.74 0.71
Hex 7D EC BB 2F 0 15 7 9A 4A 47
Octal 175 354 273 57 0 25 7 232 112 107
Binary 1111101 11101100 10111011 101111 0 10101 111 10011010 1001010 1000111

Color Harmonies of #7DECBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DECBB

Black with #7DECBB

Text Example


Text Example

White with #7DECBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DECBB; }

 p { color: rgb(125,236,187); }

 H1.HeaderClassName
 {
   color: #7DECBB;
 }
 .AnyTagClassName
 {
   color: #7DECBB;
 }
</style>

background-color css

<style>
 a { background-color: #7DECBB; }

 a { background-color: rgb(125,236,187); }

 div.DivClassName
 {
   background-color: #7DECBB;
 }
 .BgClassName
 {
   background-color: #7DECBB;
 }
</style>

border-color css

<style>
 span { border-color: #7DECBB; }

 span { border-color: rgb(125,236,187); }

 td.TdClassName
 {
   border-color: #7DECBB;
 }
 .TagClassName
 {
   border-color: #7DECBB;
 }
</style>