#7EDEC9

Color #7EDEC9 Riptide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Riptide #7EDEC9

Tints of Riptide #7EDEC9

Color information

#7EDEC9 (or 0x7EDEC9) is unknown color: approx Riptide. HEX triplet: 7E, DE and C9. RGB value is (126,222,201). Sum of RGB (Red+Green+Blue) = 126+222+201=549 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.95% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 222 - color contains mainly: green. Hex color #7EDEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDEC9 is #812136. Grayscale: #BEBEBE. Windows color (decimal): -8462647 or 13229694. OLE color: 13229694.

HSL color Cylindrical-coordinate representation of color #7EDEC9: hue angle of 166.88º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDEC9 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB126222201-
CMYK0.4300.090.13
HSL166.88º59.26%68.24%-
HSV(B)166.88º43.24%87.06%-
XYZ45.2760.964.63-
YUV190.9133.781.71-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.95%
GREEN value IS 222 (87.11% from 255) = 40.44%
BLUE value IS 201 (78.91% from 255) = 36.61%
R=22.95%
G=40.44%
B=36.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1262222010.4300.090.13166.8859.2668.24
Hex7EDEC92B09Da73b44
Octal176336311530111524773104
Binary11111101101111011001001101011010011101101001111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,222,201); }

 H1.HeaderClassName
 {
   color: #7EDEC9;
 }
 .AnyTagClassName
 {
   color: #7EDEC9;
 }
</style>
background-color css

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

 a { background-color: rgb(126,222,201); }

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

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

 span { border-color: rgb(126,222,201); }

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