#7EE3D0

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

Shades of Riptide #7EE3D0

Tints of Riptide #7EE3D0

Color information

#7EE3D0 (or 0x7EE3D0) is unknown color: approx Riptide. HEX triplet: 7E, E3 and D0. RGB value is (126,227,208). Sum of RGB (Red+Green+Blue) = 126+227+208=561 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.46% from 561); Green value is 227 (89.06% from 255 or 40.46% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 227 - color contains mainly: green. Hex color #7EE3D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EE3D0 is #811C2F. Grayscale: #C2C2C2. Windows color (decimal): -8461360 or 13689726. OLE color: 13689726.

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

Color convert

RGB126227208-
CMYK0.4400.080.11
HSL168.71º64.33%69.22%-
HSV(B)168.71º44.49%89.02%-
XYZ47.4663.9369.51-
YUV194.64135.5479.04-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.46%
GREEN value IS 227 (89.06% from 255) = 40.46%
BLUE value IS 208 (81.64% from 255) = 37.08%
R=22.46%
G=40.46%
B=37.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1262272080.4400.080.11168.7164.3369.22
Hex7EE3D02C08Ba94045
Octal1763433205401013251100105
Binary111111011100011110100001011000100010111010100110000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EE3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,227,208); }

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

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

 a { background-color: rgb(126,227,208); }

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

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

 span { border-color: rgb(126,227,208); }

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