Shades of Riptide #80DFCB
Tints of Riptide #80DFCB
RGB
CMYK
RGB Variations
Color information
#80DFCB (or 0x80DFCB) is known color: Riptide. HEX triplet: 80, DF and CB. RGB value is (128,223,203). Sum of RGB (Red+Green+Blue) = 128+223+203=554 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.10% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #80DFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DFCB is #7F2034. Grayscale: #C0C0C0. Windows color (decimal): -8331317 or 13361024. OLE color: 13361024.
HSL color Cylindrical-coordinate representation of color #80DFCB: hue angle of 167.37º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80DFCB is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 223 | 203 | - |
| CMYK | 0.43 | 0 | 0.09 | 0.13 |
| HSL | 167.37º | 0.6% | 0.69% | - |
| HSV(B) | 167.37º | 0.43% | 0.87% | - |
| XYZ | 46.07 | 61.68 | 65.98 | - |
| YUV | 192.32 | 134.03 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 223 | 203 | 0.43 | 0 | 0.09 | 0.13 | 167.37 | 0.6 | 0.69 |
| Hex | 80 | DF | CB | 2B | 0 | 9 | D | A7 | 3C | 45 |
| Octal | 200 | 337 | 313 | 53 | 0 | 11 | 15 | 247 | 74 | 105 |
| Binary | 10000000 | 11011111 | 11001011 | 101011 | 0 | 1001 | 1101 | 10100111 | 111100 | 1000101 |
Color Harmonies of #80DFCB
Complementary color
Monochromatic Colors of #80DFCB
Black with #80DFCB
Text Example
Text Example
White with #80DFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DFCB; }
p { color: rgb(128,223,203); }
H1.HeaderClassName
{
color: #80DFCB;
}
.AnyTagClassName
{
color: #80DFCB;
}
</style>
background-color css
<style>
a { background-color: #80DFCB; }
a { background-color: rgb(128,223,203); }
div.DivClassName
{
background-color: #80DFCB;
}
.BgClassName
{
background-color: #80DFCB;
}
</style>
border-color css
<style>
span { border-color: #80DFCB; }
span { border-color: rgb(128,223,203); }
td.TdClassName
{
border-color: #80DFCB;
}
.TagClassName
{
border-color: #80DFCB;
}
</style>