#7EE4DC

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

Shades of Riptide #7EE4DC

Tints of Riptide #7EE4DC

Color information

#7EE4DC (or 0x7EE4DC) is unknown color: approx Riptide. HEX triplet: 7E, E4 and DC. RGB value is (126,228,220). Sum of RGB (Red+Green+Blue) = 126+228+220=574 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.95% from 574); Green value is 228 (89.45% from 255 or 39.72% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 228 - color contains mainly: green. Hex color #7EE4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EE4DC is #811B23. Grayscale: #C4C4C4. Windows color (decimal): -8461092 or 14476414. OLE color: 14476414.

HSL color Cylindrical-coordinate representation of color #7EE4DC: hue angle of 175.29º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7EE4DC is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB126228220-
CMYK0.4500.040.11
HSL175.29º65.38%69.41%-
HSV(B)175.29º44.74%89.41%-
XYZ49.2765.0977.68-
YUV196.59141.2177.65-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.95%
GREEN value IS 228 (89.45% from 255) = 39.72%
BLUE value IS 220 (86.33% from 255) = 38.33%
R=21.95%
G=39.72%
B=38.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1262282200.4500.040.11175.2965.3869.41
Hex7EE4DC2D04Baf4145
Octal176344334550413257101105
Binary11111101110010011011100101101010010111010111110000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EE4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,228,220); }

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

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

 a { background-color: rgb(126,228,220); }

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

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

 span { border-color: rgb(126,228,220); }

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