#80E1DB

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

Shades of Riptide #80E1DB

Tints of Riptide #80E1DB

Color information

#80E1DB (or 0x80E1DB) is unknown color: approx Riptide. HEX triplet: 80, E1 and DB. RGB value is (128,225,219). Sum of RGB (Red+Green+Blue) = 128+225+219=572 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.38% from 572); Green value is 225 (88.28% from 255 or 39.34% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 225 - color contains mainly: green. Hex color #80E1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80E1DB is #7F1E24. Grayscale: #C3C3C3. Windows color (decimal): -8330789 or 14410112. OLE color: 14410112.

HSL color Cylindrical-coordinate representation of color #80E1DB: hue angle of 176.29º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80E1DB is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB128225219-
CMYK0.4300.030.12
HSL176.29º61.78%69.22%-
HSV(B)176.29º43.11%88.24%-
XYZ48.6163.5576.72-
YUV195.31141.3679.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.38%
GREEN value IS 225 (88.28% from 255) = 39.34%
BLUE value IS 219 (85.94% from 255) = 38.29%
R=22.38%
G=39.34%
B=38.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1282252190.4300.030.12176.2961.7869.22
Hex80E1DB2B03Cb03e45
Octal20034133353031426076105
Binary1000000011100001110110111010110111100101100001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80E1DB; }

 p { color: rgb(128,225,219); }

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

<style>
 a { background-color: #80E1DB; }

 a { background-color: rgb(128,225,219); }

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

<style>
 span { border-color: #80E1DB; }

 span { border-color: rgb(128,225,219); }

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