Shades of Riptide #80DBD3
Tints of Riptide #80DBD3
RGB
CMYK
RGB Variations
Color information
#80DBD3 (or 0x80DBD3) is known color: Riptide. HEX triplet: 80, DB and D3. RGB value is (128,219,211). Sum of RGB (Red+Green+Blue) = 128+219+211=558 (73% of max value = 765). Red value is 128 (50.39% from 255 or 22.94% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 211 (82.81% from 255 or 37.81% from 558); Max value from RGB is 219 - color contains mainly: green. Hex color #80DBD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DBD3 is #7F242C. Grayscale: #BEBEBE. Windows color (decimal): -8332333 or 13884288. OLE color: 13884288.
HSL color Cylindrical-coordinate representation of color #80DBD3: hue angle of 174.73º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DBD3 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 219 | 211 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.14 |
| HSL | 174.73º | 0.56% | 0.68% | - |
| HSV(B) | 174.73º | 0.42% | 0.86% | - |
| XYZ | 45.99 | 59.96 | 70.78 | - |
| YUV | 190.88 | 139.35 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 219 | 211 | 0.42 | 0 | 0.04 | 0.14 | 174.73 | 0.56 | 0.68 |
| Hex | 80 | DB | D3 | 2A | 0 | 4 | E | AF | 38 | 44 |
| Octal | 200 | 333 | 323 | 52 | 0 | 4 | 16 | 257 | 70 | 104 |
| Binary | 10000000 | 11011011 | 11010011 | 101010 | 0 | 100 | 1110 | 10101111 | 111000 | 1000100 |
Color Harmonies of #80DBD3
Complementary color
Monochromatic Colors of #80DBD3
Black with #80DBD3
Text Example
Text Example
White with #80DBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DBD3; }
p { color: rgb(128,219,211); }
H1.HeaderClassName
{
color: #80DBD3;
}
.AnyTagClassName
{
color: #80DBD3;
}
</style>
background-color css
<style>
a { background-color: #80DBD3; }
a { background-color: rgb(128,219,211); }
div.DivClassName
{
background-color: #80DBD3;
}
.BgClassName
{
background-color: #80DBD3;
}
</style>
border-color css
<style>
span { border-color: #80DBD3; }
span { border-color: rgb(128,219,211); }
td.TdClassName
{
border-color: #80DBD3;
}
.TagClassName
{
border-color: #80DBD3;
}
</style>