Shades of Riptide #80D8CA
Tints of Riptide #80D8CA
RGB
CMYK
RGB Variations
Color information
#80D8CA (or 0x80D8CA) is known color: Riptide. HEX triplet: 80, D8 and CA. RGB value is (128,216,202). Sum of RGB (Red+Green+Blue) = 128+216+202=546 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.44% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 216 - color contains mainly: green. Hex color #80D8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D8CA is #7F2735. Grayscale: #BCBCBC. Windows color (decimal): -8333110 or 13293696. OLE color: 13293696.
HSL color Cylindrical-coordinate representation of color #80D8CA: hue angle of 170.45º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80D8CA is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 216 | 202 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.15 |
| HSL | 170.45º | 0.53% | 0.67% | - |
| HSV(B) | 170.45º | 0.41% | 0.85% | - |
| XYZ | 44.12 | 57.97 | 64.74 | - |
| YUV | 188.09 | 135.85 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 216 | 202 | 0.41 | 0 | 0.06 | 0.15 | 170.45 | 0.53 | 0.67 |
| Hex | 80 | D8 | CA | 29 | 0 | 6 | F | AA | 35 | 43 |
| Octal | 200 | 330 | 312 | 51 | 0 | 6 | 17 | 252 | 65 | 103 |
| Binary | 10000000 | 11011000 | 11001010 | 101001 | 0 | 110 | 1111 | 10101010 | 110101 | 1000011 |
Color Harmonies of #80D8CA
Complementary color
Monochromatic Colors of #80D8CA
Black with #80D8CA
Text Example
Text Example
White with #80D8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D8CA; }
p { color: rgb(128,216,202); }
H1.HeaderClassName
{
color: #80D8CA;
}
.AnyTagClassName
{
color: #80D8CA;
}
</style>
background-color css
<style>
a { background-color: #80D8CA; }
a { background-color: rgb(128,216,202); }
div.DivClassName
{
background-color: #80D8CA;
}
.BgClassName
{
background-color: #80D8CA;
}
</style>
border-color css
<style>
span { border-color: #80D8CA; }
span { border-color: rgb(128,216,202); }
td.TdClassName
{
border-color: #80D8CA;
}
.TagClassName
{
border-color: #80D8CA;
}
</style>