#7EEAD4

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

Shades of Riptide #7EEAD4

Tints of Riptide #7EEAD4

Color information

#7EEAD4 (or 0x7EEAD4) is unknown color: approx Riptide. HEX triplet: 7E, EA and D4. RGB value is (126,234,212). Sum of RGB (Red+Green+Blue) = 126+234+212=572 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.03% from 572); Green value is 234 (91.80% from 255 or 40.91% from 572); Blue value is 212 (83.20% from 255 or 37.06% from 572); Max value from RGB is 234 - color contains mainly: green. Hex color #7EEAD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEAD4 is #81152B. Grayscale: #C7C7C7. Windows color (decimal): -8459564 or 13953662. OLE color: 13953662.

HSL color Cylindrical-coordinate representation of color #7EEAD4: hue angle of 167.78º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EEAD4 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB126234212-
CMYK0.4600.090.08
HSL167.78º72%70.59%-
HSV(B)167.78º46.15%91.76%-
XYZ49.9168.0372.79-
YUV199.2135.2275.79-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.03%
GREEN value IS 234 (91.80% from 255) = 40.91%
BLUE value IS 212 (83.20% from 255) = 37.06%
R=22.03%
G=40.91%
B=37.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1262342120.4600.090.08167.787270.59
Hex7EEAD42E098a84847
Octal1763523245601110250110107
Binary111111011101010110101001011100100110001010100010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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