Shades of Riptide #80D5CA
Tints of Riptide #80D5CA
RGB
CMYK
RGB Variations
Color information
#80D5CA (or 0x80D5CA) is known color: Riptide. HEX triplet: 80, D5 and CA. RGB value is (128,213,202). Sum of RGB (Red+Green+Blue) = 128+213+202=543 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.57% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 213 - color contains mainly: green. Hex color #80D5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D5CA is #7F2A35. Grayscale: #BABABA. Windows color (decimal): -8333878 or 13292928. OLE color: 13292928.
HSL color Cylindrical-coordinate representation of color #80D5CA: hue angle of 172.24º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D5CA is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 213 | 202 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.16 |
| HSL | 172.24º | 0.5% | 0.67% | - |
| HSV(B) | 172.24º | 0.4% | 0.84% | - |
| XYZ | 43.36 | 56.44 | 64.49 | - |
| YUV | 186.33 | 136.84 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 213 | 202 | 0.40 | 0 | 0.05 | 0.16 | 172.24 | 0.5 | 0.67 |
| Hex | 80 | D5 | CA | 28 | 0 | 5 | 10 | AC | 32 | 43 |
| Octal | 200 | 325 | 312 | 50 | 0 | 5 | 20 | 254 | 62 | 103 |
| Binary | 10000000 | 11010101 | 11001010 | 101000 | 0 | 101 | 10000 | 10101100 | 110010 | 1000011 |
Color Harmonies of #80D5CA
Complementary color
Monochromatic Colors of #80D5CA
Black with #80D5CA
Text Example
Text Example
White with #80D5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D5CA; }
p { color: rgb(128,213,202); }
H1.HeaderClassName
{
color: #80D5CA;
}
.AnyTagClassName
{
color: #80D5CA;
}
</style>
background-color css
<style>
a { background-color: #80D5CA; }
a { background-color: rgb(128,213,202); }
div.DivClassName
{
background-color: #80D5CA;
}
.BgClassName
{
background-color: #80D5CA;
}
</style>
border-color css
<style>
span { border-color: #80D5CA; }
span { border-color: rgb(128,213,202); }
td.TdClassName
{
border-color: #80D5CA;
}
.TagClassName
{
border-color: #80D5CA;
}
</style>