#7EEABD

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

Shades of Riptide #7EEABD

Tints of Riptide #7EEABD

Color information

#7EEABD (or 0x7EEABD) is unknown color: approx Riptide. HEX triplet: 7E, EA and BD. RGB value is (126,234,189). Sum of RGB (Red+Green+Blue) = 126+234+189=549 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.95% from 549); Green value is 234 (91.80% from 255 or 42.62% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 234 - color contains mainly: green. Hex color #7EEABD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEABD is #811542. Grayscale: #C4C4C4. Windows color (decimal): -8459587 or 12446334. OLE color: 12446334.

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

Color convert

RGB126234189-
CMYK0.4600.190.08
HSL155º72%70.59%-
HSV(B)155º46.15%91.76%-
XYZ47.2166.9658.58-
YUV196.58123.7277.66-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.95%
GREEN value IS 234 (91.80% from 255) = 42.62%
BLUE value IS 189 (74.22% from 255) = 34.43%
R=22.95%
G=42.62%
B=34.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1262341890.4600.190.081557270.59
Hex7EEABD2E01389b4847
Octal1763522755602310233110107
Binary1111110111010101011110110111001001110001001101110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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