#7EEAD5

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

Shades of Riptide #7EEAD5

Tints of Riptide #7EEAD5

Color information

#7EEAD5 (or 0x7EEAD5) is unknown color: approx Riptide. HEX triplet: 7E, EA and D5. RGB value is (126,234,213). Sum of RGB (Red+Green+Blue) = 126+234+213=573 (75% of max value = 765). Red value is 126 (49.61% from 255 or 21.99% from 573); Green value is 234 (91.80% from 255 or 40.84% from 573); Blue value is 213 (83.59% from 255 or 37.17% from 573); Max value from RGB is 234 - color contains mainly: green. Hex color #7EEAD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEAD5 is #81152A. Grayscale: #C7C7C7. Windows color (decimal): -8459563 or 14019198. OLE color: 14019198.

HSL color Cylindrical-coordinate representation of color #7EEAD5: hue angle of 168.33º 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 #7EEAD5 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB126234213-
CMYK0.4600.090.08
HSL168.33º72%70.59%-
HSV(B)168.33º46.15%91.76%-
XYZ50.0468.0973.46-
YUV199.31135.7275.71-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.99%
GREEN value IS 234 (91.80% from 255) = 40.84%
BLUE value IS 213 (83.59% from 255) = 37.17%
R=21.99%
G=40.84%
B=37.17%

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
Decimal1262342130.4600.090.08168.337270.59
Hex7EEAD52E098a84847
Octal1763523255601110250110107
Binary111111011101010110101011011100100110001010100010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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