Shades of Riptide #99D5C6
Tints of Riptide #99D5C6
RGB
CMYK
RGB Variations
Color information
#99D5C6 (or 0x99D5C6) is known color: Riptide. HEX triplet: 99, D5 and C6. RGB value is (153,213,198). Sum of RGB (Red+Green+Blue) = 153+213+198=564 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.13% from 564); Green value is 213 (83.59% from 255 or 37.77% from 564); Blue value is 198 (77.73% from 255 or 35.11% from 564); Max value from RGB is 213 - color contains mainly: green. Hex color #99D5C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D5C6 is #662A39. Grayscale: #C1C1C1. Windows color (decimal): -6695482 or 13030809. OLE color: 13030809.
HSL color Cylindrical-coordinate representation of color #99D5C6: hue angle of 165º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99D5C6 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 213 | 198 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.16 |
| HSL | 165º | 0.42% | 0.72% | - |
| HSV(B) | 165º | 0.28% | 0.84% | - |
| XYZ | 47.12 | 58.44 | 62.22 | - |
| YUV | 193.35 | 130.62 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 213 | 198 | 0.28 | 0 | 0.07 | 0.16 | 165 | 0.42 | 0.72 |
| Hex | 99 | D5 | C6 | 1C | 0 | 7 | 10 | A5 | 2A | 48 |
| Octal | 231 | 325 | 306 | 34 | 0 | 7 | 20 | 245 | 52 | 110 |
| Binary | 10011001 | 11010101 | 11000110 | 11100 | 0 | 111 | 10000 | 10100101 | 101010 | 1001000 |
Color Harmonies of #99D5C6
Complementary color
Monochromatic Colors of #99D5C6
Black with #99D5C6
Text Example
Text Example
White with #99D5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D5C6; }
p { color: rgb(153,213,198); }
H1.HeaderClassName
{
color: #99D5C6;
}
.AnyTagClassName
{
color: #99D5C6;
}
</style>
background-color css
<style>
a { background-color: #99D5C6; }
a { background-color: rgb(153,213,198); }
div.DivClassName
{
background-color: #99D5C6;
}
.BgClassName
{
background-color: #99D5C6;
}
</style>
border-color css
<style>
span { border-color: #99D5C6; }
span { border-color: rgb(153,213,198); }
td.TdClassName
{
border-color: #99D5C6;
}
.TagClassName
{
border-color: #99D5C6;
}
</style>