#7ee0d4

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

Shades of Riptide #7EE0D4

Tints of Riptide #7EE0D4

Color information

#7EE0D4 (or 0x7EE0D4) is unknown color: approx Riptide. HEX triplet: 7E, E0 and D4. RGB value is (126,224,212). Sum of RGB (Red+Green+Blue) = 126+224+212=562 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.42% from 562); Green value is 224 (87.89% from 255 or 39.86% from 562); Blue value is 212 (83.20% from 255 or 37.72% from 562); Max value from RGB is 224 - color contains mainly: green. Hex color #7EE0D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EE0D4 is #811F2B. Grayscale: #C1C1C1. Windows color (decimal): -8462124 or 13951102. OLE color: 13951102.

HSL color Cylindrical-coordinate representation of color #7EE0D4: hue angle of 172.65º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7EE0D4 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB126224212-
CMYK0.4400.050.12
HSL172.65º61.25%68.63%-
HSV(B)172.65º43.75%87.84%-
XYZ47.1462.571.87-
YUV193.33138.5379.98-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.42%
GREEN value IS 224 (87.89% from 255) = 39.86%
BLUE value IS 212 (83.20% from 255) = 37.72%
R=22.42%
G=39.86%
B=37.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1262242120.4400.050.12172.6561.2568.63
Hex7EE0D42C05Cad3d45
Octal17634032454051425575105
Binary1111110111000001101010010110001011100101011011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ee0d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,224,212); }

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

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

 a { background-color: rgb(126,224,212); }

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

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

 span { border-color: rgb(126,224,212); }

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