Shades of Riptide #80D5CC
Tints of Riptide #80D5CC
RGB
CMYK
RGB Variations
Color information
#80D5CC (or 0x80D5CC) is known color: Riptide. HEX triplet: 80, D5 and CC. RGB value is (128,213,204). Sum of RGB (Red+Green+Blue) = 128+213+204=545 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.49% from 545); Green value is 213 (83.59% from 255 or 39.08% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 213 - color contains mainly: green. Hex color #80D5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D5CC is #7F2A33. Grayscale: #BABABA. Windows color (decimal): -8333876 or 13424000. OLE color: 13424000.
HSL color Cylindrical-coordinate representation of color #80D5CC: hue angle of 173.65º 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 #80D5CC is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 213 | 204 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.16 |
| HSL | 173.65º | 0.5% | 0.67% | - |
| HSV(B) | 173.65º | 0.4% | 0.84% | - |
| XYZ | 43.6 | 56.54 | 65.74 | - |
| YUV | 186.56 | 137.84 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 213 | 204 | 0.40 | 0 | 0.04 | 0.16 | 173.65 | 0.5 | 0.67 |
| Hex | 80 | D5 | CC | 28 | 0 | 4 | 10 | AE | 32 | 43 |
| Octal | 200 | 325 | 314 | 50 | 0 | 4 | 20 | 256 | 62 | 103 |
| Binary | 10000000 | 11010101 | 11001100 | 101000 | 0 | 100 | 10000 | 10101110 | 110010 | 1000011 |
Color Harmonies of #80D5CC
Complementary color
Monochromatic Colors of #80D5CC
Black with #80D5CC
Text Example
Text Example
White with #80D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D5CC; }
p { color: rgb(128,213,204); }
H1.HeaderClassName
{
color: #80D5CC;
}
.AnyTagClassName
{
color: #80D5CC;
}
</style>
background-color css
<style>
a { background-color: #80D5CC; }
a { background-color: rgb(128,213,204); }
div.DivClassName
{
background-color: #80D5CC;
}
.BgClassName
{
background-color: #80D5CC;
}
</style>
border-color css
<style>
span { border-color: #80D5CC; }
span { border-color: rgb(128,213,204); }
td.TdClassName
{
border-color: #80D5CC;
}
.TagClassName
{
border-color: #80D5CC;
}
</style>