Shades of Riptide #99D4C1
Tints of Riptide #99D4C1
RGB
CMYK
RGB Variations
Color information
#99D4C1 (or 0x99D4C1) is known color: Riptide. HEX triplet: 99, D4 and C1. RGB value is (153,212,193). Sum of RGB (Red+Green+Blue) = 153+212+193=558 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.42% from 558); Green value is 212 (83.20% from 255 or 37.99% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 212 - color contains mainly: green. Hex color #99D4C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D4C1 is #662B3E. Grayscale: #C0C0C0. Windows color (decimal): -6695743 or 12702873. OLE color: 12702873.
HSL color Cylindrical-coordinate representation of color #99D4C1: hue angle of 160.68º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99D4C1 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 212 | 193 | - |
| CMYK | 0.28 | 0 | 0.09 | 0.17 |
| HSL | 160.68º | 0.41% | 0.72% | - |
| HSV(B) | 160.68º | 0.28% | 0.83% | - |
| XYZ | 46.31 | 57.71 | 59.15 | - |
| YUV | 192.19 | 128.45 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 212 | 193 | 0.28 | 0 | 0.09 | 0.17 | 160.68 | 0.41 | 0.72 |
| Hex | 99 | D4 | C1 | 1C | 0 | 9 | 11 | A1 | 29 | 48 |
| Octal | 231 | 324 | 301 | 34 | 0 | 11 | 21 | 241 | 51 | 110 |
| Binary | 10011001 | 11010100 | 11000001 | 11100 | 0 | 1001 | 10001 | 10100001 | 101001 | 1001000 |
Color Harmonies of #99D4C1
Complementary color
Monochromatic Colors of #99D4C1
Black with #99D4C1
Text Example
Text Example
White with #99D4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D4C1; }
p { color: rgb(153,212,193); }
H1.HeaderClassName
{
color: #99D4C1;
}
.AnyTagClassName
{
color: #99D4C1;
}
</style>
background-color css
<style>
a { background-color: #99D4C1; }
a { background-color: rgb(153,212,193); }
div.DivClassName
{
background-color: #99D4C1;
}
.BgClassName
{
background-color: #99D4C1;
}
</style>
border-color css
<style>
span { border-color: #99D4C1; }
span { border-color: rgb(153,212,193); }
td.TdClassName
{
border-color: #99D4C1;
}
.TagClassName
{
border-color: #99D4C1;
}
</style>