#7EE8BA

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

Shades of Riptide #7EE8BA

Tints of Riptide #7EE8BA

Color information

#7EE8BA (or 0x7EE8BA) is unknown color: approx Riptide. HEX triplet: 7E, E8 and BA. RGB value is (126,232,186). Sum of RGB (Red+Green+Blue) = 126+232+186=544 (72% of max value = 765). Red value is 126 (49.61% from 255 or 23.16% from 544); Green value is 232 (91.02% from 255 or 42.65% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 232 - color contains mainly: green. Hex color #7EE8BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EE8BA is #811745. Grayscale: #C3C3C3. Windows color (decimal): -8460102 or 12249214. OLE color: 12249214.

HSL color Cylindrical-coordinate representation of color #7EE8BA: hue angle of 153.96º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EE8BA is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB126232186-
CMYK0.4600.200.09
HSL153.96º69.74%70.2%-
HSV(B)153.96º45.69%90.98%-
XYZ46.3265.6956.69-
YUV195.06122.8878.74-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.16%
GREEN value IS 232 (91.02% from 255) = 42.65%
BLUE value IS 186 (73.05% from 255) = 34.19%
R=23.16%
G=42.65%
B=34.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1262321860.4600.200.09153.9669.7470.2
Hex7EE8BA2E01499a4646
Octal1763502725602411232106106
Binary1111110111010001011101010111001010010011001101010001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EE8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,232,186); }

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

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

 a { background-color: rgb(126,232,186); }

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

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

 span { border-color: rgb(126,232,186); }

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