Shades of Riptide #80D0CD
Tints of Riptide #80D0CD
RGB
CMYK
RGB Variations
Color information
#80D0CD (or 0x80D0CD) is known color: Riptide. HEX triplet: 80, D0 and CD. RGB value is (128,208,205). Sum of RGB (Red+Green+Blue) = 128+208+205=541 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.66% from 541); Green value is 208 (81.64% from 255 or 38.45% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 208 - color contains mainly: green. Hex color #80D0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D0CD is #7F2F32. Grayscale: #B7B7B7. Windows color (decimal): -8335155 or 13488256. OLE color: 13488256.
HSL color Cylindrical-coordinate representation of color #80D0CD: hue angle of 177.75º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80D0CD is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 208 | 205 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.18 |
| HSL | 177.75º | 0.46% | 0.66% | - |
| HSV(B) | 177.75º | 0.38% | 0.82% | - |
| XYZ | 42.48 | 54.11 | 65.96 | - |
| YUV | 183.74 | 140 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 208 | 205 | 0.38 | 0 | 0.01 | 0.18 | 177.75 | 0.46 | 0.66 |
| Hex | 80 | D0 | CD | 26 | 0 | 1 | 12 | B2 | 2E | 42 |
| Octal | 200 | 320 | 315 | 46 | 0 | 1 | 22 | 262 | 56 | 102 |
| Binary | 10000000 | 11010000 | 11001101 | 100110 | 0 | 1 | 10010 | 10110010 | 101110 | 1000010 |
Color Harmonies of #80D0CD
Complementary color
Monochromatic Colors of #80D0CD
Black with #80D0CD
Text Example
Text Example
White with #80D0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D0CD; }
p { color: rgb(128,208,205); }
H1.HeaderClassName
{
color: #80D0CD;
}
.AnyTagClassName
{
color: #80D0CD;
}
</style>
background-color css
<style>
a { background-color: #80D0CD; }
a { background-color: rgb(128,208,205); }
div.DivClassName
{
background-color: #80D0CD;
}
.BgClassName
{
background-color: #80D0CD;
}
</style>
border-color css
<style>
span { border-color: #80D0CD; }
span { border-color: rgb(128,208,205); }
td.TdClassName
{
border-color: #80D0CD;
}
.TagClassName
{
border-color: #80D0CD;
}
</style>