#80D4CB

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

Shades of Riptide #80D4CB

Tints of Riptide #80D4CB

Color information

#80D4CB (or 0x80D4CB) is unknown color: approx Riptide. HEX triplet: 80, D4 and CB. RGB value is (128,212,203). Sum of RGB (Red+Green+Blue) = 128+212+203=543 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.57% from 543); Green value is 212 (83.20% from 255 or 39.04% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 212 - color contains mainly: green. Hex color #80D4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D4CB is #7F2B34. Grayscale: #B9B9B9. Windows color (decimal): -8334133 or 13358208. OLE color: 13358208.

HSL color Cylindrical-coordinate representation of color #80D4CB: hue angle of 173.57º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D4CB is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB128212203-
CMYK0.4000.040.17
HSL173.57º49.41%66.67%-
HSV(B)173.57º39.62%83.14%-
XYZ43.2355.9965.03-
YUV185.86137.6786.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.57%
GREEN value IS 212 (83.20% from 255) = 39.04%
BLUE value IS 203 (79.69% from 255) = 37.38%
R=23.57%
G=39.04%
B=37.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1282122030.4000.040.17173.5749.4166.67
Hex80D4CB280411ae3143
Octal20032431350042125661103
Binary100000001101010011001011101000010010001101011101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,212,203); }

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

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

 a { background-color: rgb(128,212,203); }

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

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

 span { border-color: rgb(128,212,203); }

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