#7EDEC4

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

Shades of Riptide #7EDEC4

Tints of Riptide #7EDEC4

Color information

#7EDEC4 (or 0x7EDEC4) is unknown color: approx Riptide. HEX triplet: 7E, DE and C4. RGB value is (126,222,196). Sum of RGB (Red+Green+Blue) = 126+222+196=544 (72% of max value = 765). Red value is 126 (49.61% from 255 or 23.16% from 544); Green value is 222 (87.11% from 255 or 40.81% from 544); Blue value is 196 (76.95% from 255 or 36.03% from 544); Max value from RGB is 222 - color contains mainly: green. Hex color #7EDEC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDEC4 is #81213B. Grayscale: #BEBEBE. Windows color (decimal): -8462652 or 12902014. OLE color: 12902014.

HSL color Cylindrical-coordinate representation of color #7EDEC4: hue angle of 163.75º 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 #7EDEC4 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB126222196-
CMYK0.4300.120.13
HSL163.75º59.26%68.24%-
HSV(B)163.75º43.24%87.06%-
XYZ44.6960.6661.58-
YUV190.33131.282.11-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.16%
GREEN value IS 222 (87.11% from 255) = 40.81%
BLUE value IS 196 (76.95% from 255) = 36.03%
R=23.16%
G=40.81%
B=36.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1262221960.4300.120.13163.7559.2668.24
Hex7EDEC42B0CDa43b44
Octal176336304530141524473104
Binary11111101101111011000100101011011001101101001001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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