Shades of Riptide #99DCCC
Tints of Riptide #99DCCC
RGB
CMYK
RGB Variations
Color information
#99DCCC (or 0x99DCCC) is known color: Riptide. HEX triplet: 99, DC and CC. RGB value is (153,220,204). Sum of RGB (Red+Green+Blue) = 153+220+204=577 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.52% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 220 - color contains mainly: green. Hex color #99DCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DCCC is #662333. Grayscale: #C6C6C6. Windows color (decimal): -6693684 or 13425817. OLE color: 13425817.
HSL color Cylindrical-coordinate representation of color #99DCCC: hue angle of 165.67º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DCCC is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 220 | 204 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.14 |
| HSL | 165.67º | 0.49% | 0.73% | - |
| HSV(B) | 165.67º | 0.3% | 0.86% | - |
| XYZ | 49.63 | 62.32 | 66.54 | - |
| YUV | 198.14 | 131.3 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 220 | 204 | 0.30 | 0 | 0.07 | 0.14 | 165.67 | 0.49 | 0.73 |
| Hex | 99 | DC | CC | 1E | 0 | 7 | E | A6 | 31 | 49 |
| Octal | 231 | 334 | 314 | 36 | 0 | 7 | 16 | 246 | 61 | 111 |
| Binary | 10011001 | 11011100 | 11001100 | 11110 | 0 | 111 | 1110 | 10100110 | 110001 | 1001001 |
Color Harmonies of #99DCCC
Complementary color
Monochromatic Colors of #99DCCC
Black with #99DCCC
Text Example
Text Example
White with #99DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DCCC; }
p { color: rgb(153,220,204); }
H1.HeaderClassName
{
color: #99DCCC;
}
.AnyTagClassName
{
color: #99DCCC;
}
</style>
background-color css
<style>
a { background-color: #99DCCC; }
a { background-color: rgb(153,220,204); }
div.DivClassName
{
background-color: #99DCCC;
}
.BgClassName
{
background-color: #99DCCC;
}
</style>
border-color css
<style>
span { border-color: #99DCCC; }
span { border-color: rgb(153,220,204); }
td.TdClassName
{
border-color: #99DCCC;
}
.TagClassName
{
border-color: #99DCCC;
}
</style>