Shades of Riptide #99E1CC
Tints of Riptide #99E1CC
RGB
CMYK
RGB Variations
Color information
#99E1CC (or 0x99E1CC) is known color: Riptide. HEX triplet: 99, E1 and CC. RGB value is (153,225,204). Sum of RGB (Red+Green+Blue) = 153+225+204=582 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.29% from 582); Green value is 225 (88.28% from 255 or 38.66% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 225 - color contains mainly: green. Hex color #99E1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99E1CC is #661E33. Grayscale: #C9C9C9. Windows color (decimal): -6692404 or 13427097. OLE color: 13427097.
HSL color Cylindrical-coordinate representation of color #99E1CC: hue angle of 162.5º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99E1CC is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 225 | 204 | - |
| CMYK | 0.32 | 0 | 0.09 | 0.12 |
| HSL | 162.5º | 0.55% | 0.74% | - |
| HSV(B) | 162.5º | 0.32% | 0.88% | - |
| XYZ | 50.96 | 64.98 | 66.98 | - |
| YUV | 201.08 | 129.65 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 225 | 204 | 0.32 | 0 | 0.09 | 0.12 | 162.5 | 0.55 | 0.74 |
| Hex | 99 | E1 | CC | 20 | 0 | 9 | C | A2 | 37 | 4A |
| Octal | 231 | 341 | 314 | 40 | 0 | 11 | 14 | 242 | 67 | 112 |
| Binary | 10011001 | 11100001 | 11001100 | 100000 | 0 | 1001 | 1100 | 10100010 | 110111 | 1001010 |
Color Harmonies of #99E1CC
Complementary color
Monochromatic Colors of #99E1CC
Black with #99E1CC
Text Example
Text Example
White with #99E1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E1CC; }
p { color: rgb(153,225,204); }
H1.HeaderClassName
{
color: #99E1CC;
}
.AnyTagClassName
{
color: #99E1CC;
}
</style>
background-color css
<style>
a { background-color: #99E1CC; }
a { background-color: rgb(153,225,204); }
div.DivClassName
{
background-color: #99E1CC;
}
.BgClassName
{
background-color: #99E1CC;
}
</style>
border-color css
<style>
span { border-color: #99E1CC; }
span { border-color: rgb(153,225,204); }
td.TdClassName
{
border-color: #99E1CC;
}
.TagClassName
{
border-color: #99E1CC;
}
</style>