Shades of Riptide #80D7D3
Tints of Riptide #80D7D3
RGB
CMYK
RGB Variations
Color information
#80D7D3 (or 0x80D7D3) is known color: Riptide. HEX triplet: 80, D7 and D3. RGB value is (128,215,211). Sum of RGB (Red+Green+Blue) = 128+215+211=554 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.10% from 554); Green value is 215 (84.38% from 255 or 38.81% from 554); Blue value is 211 (82.81% from 255 or 38.09% from 554); Max value from RGB is 215 - color contains mainly: green. Hex color #80D7D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D7D3 is #7F282C. Grayscale: #BCBCBC. Windows color (decimal): -8333357 or 13883264. OLE color: 13883264.
HSL color Cylindrical-coordinate representation of color #80D7D3: hue angle of 177.24º degrees, saturation: 0.52, 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 #80D7D3 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 215 | 211 | - |
| CMYK | 0.40 | 0 | 0.02 | 0.16 |
| HSL | 177.24º | 0.52% | 0.67% | - |
| HSV(B) | 177.24º | 0.4% | 0.84% | - |
| XYZ | 44.96 | 57.89 | 70.43 | - |
| YUV | 188.53 | 140.68 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 215 | 211 | 0.40 | 0 | 0.02 | 0.16 | 177.24 | 0.52 | 0.67 |
| Hex | 80 | D7 | D3 | 28 | 0 | 2 | 10 | B1 | 34 | 43 |
| Octal | 200 | 327 | 323 | 50 | 0 | 2 | 20 | 261 | 64 | 103 |
| Binary | 10000000 | 11010111 | 11010011 | 101000 | 0 | 10 | 10000 | 10110001 | 110100 | 1000011 |
Color Harmonies of #80D7D3
Complementary color
Monochromatic Colors of #80D7D3
Black with #80D7D3
Text Example
Text Example
White with #80D7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D7D3; }
p { color: rgb(128,215,211); }
H1.HeaderClassName
{
color: #80D7D3;
}
.AnyTagClassName
{
color: #80D7D3;
}
</style>
background-color css
<style>
a { background-color: #80D7D3; }
a { background-color: rgb(128,215,211); }
div.DivClassName
{
background-color: #80D7D3;
}
.BgClassName
{
background-color: #80D7D3;
}
</style>
border-color css
<style>
span { border-color: #80D7D3; }
span { border-color: rgb(128,215,211); }
td.TdClassName
{
border-color: #80D7D3;
}
.TagClassName
{
border-color: #80D7D3;
}
</style>