Shades of Riptide #99E1CD
Tints of Riptide #99E1CD
RGB
CMYK
RGB Variations
Color information
#99E1CD (or 0x99E1CD) is known color: Riptide. HEX triplet: 99, E1 and CD. RGB value is (153,225,205). Sum of RGB (Red+Green+Blue) = 153+225+205=583 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.24% from 583); Green value is 225 (88.28% from 255 or 38.59% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 225 - color contains mainly: green. Hex color #99E1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99E1CD is #661E32. Grayscale: #C9C9C9. Windows color (decimal): -6692403 or 13492633. OLE color: 13492633.
HSL color Cylindrical-coordinate representation of color #99E1CD: hue angle of 163.33º 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 #99E1CD is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 225 | 205 | - |
| CMYK | 0.32 | 0 | 0.09 | 0.12 |
| HSL | 163.33º | 0.55% | 0.74% | - |
| HSV(B) | 163.33º | 0.32% | 0.88% | - |
| XYZ | 51.08 | 65.03 | 67.62 | - |
| YUV | 201.19 | 130.15 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 225 | 205 | 0.32 | 0 | 0.09 | 0.12 | 163.33 | 0.55 | 0.74 |
| Hex | 99 | E1 | CD | 20 | 0 | 9 | C | A3 | 37 | 4A |
| Octal | 231 | 341 | 315 | 40 | 0 | 11 | 14 | 243 | 67 | 112 |
| Binary | 10011001 | 11100001 | 11001101 | 100000 | 0 | 1001 | 1100 | 10100011 | 110111 | 1001010 |
Color Harmonies of #99E1CD
Complementary color
Monochromatic Colors of #99E1CD
Black with #99E1CD
Text Example
Text Example
White with #99E1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E1CD; }
p { color: rgb(153,225,205); }
H1.HeaderClassName
{
color: #99E1CD;
}
.AnyTagClassName
{
color: #99E1CD;
}
</style>
background-color css
<style>
a { background-color: #99E1CD; }
a { background-color: rgb(153,225,205); }
div.DivClassName
{
background-color: #99E1CD;
}
.BgClassName
{
background-color: #99E1CD;
}
</style>
border-color css
<style>
span { border-color: #99E1CD; }
span { border-color: rgb(153,225,205); }
td.TdClassName
{
border-color: #99E1CD;
}
.TagClassName
{
border-color: #99E1CD;
}
</style>