#7EE1D3

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

Shades of Riptide #7EE1D3

Tints of Riptide #7EE1D3

Color information

#7EE1D3 (or 0x7EE1D3) is unknown color: approx Riptide. HEX triplet: 7E, E1 and D3. RGB value is (126,225,211). Sum of RGB (Red+Green+Blue) = 126+225+211=562 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.42% from 562); Green value is 225 (88.28% from 255 or 40.04% from 562); Blue value is 211 (82.81% from 255 or 37.54% from 562); Max value from RGB is 225 - color contains mainly: green. Hex color #7EE1D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EE1D3 is #811E2C. Grayscale: #C1C1C1. Windows color (decimal): -8461869 or 13885822. OLE color: 13885822.

HSL color Cylindrical-coordinate representation of color #7EE1D3: hue angle of 171.52º degrees, saturation: 0.62, 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 #7EE1D3 is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB126225211-
CMYK0.4400.060.12
HSL171.52º62.26%68.82%-
HSV(B)171.52º44%88.24%-
XYZ47.2962.9971.29-
YUV193.8137.779.64-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.42%
GREEN value IS 225 (88.28% from 255) = 40.04%
BLUE value IS 211 (82.81% from 255) = 37.54%
R=22.42%
G=40.04%
B=37.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1262252110.4400.060.12171.5262.2668.82
Hex7EE1D32C06Cac3e45
Octal17634132354061425476105
Binary1111110111000011101001110110001101100101011001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EE1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,225,211); }

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

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

 a { background-color: rgb(126,225,211); }

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

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

 span { border-color: rgb(126,225,211); }

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