Shades of Riptide #99E0C5
Tints of Riptide #99E0C5
RGB
CMYK
RGB Variations
Color information
#99E0C5 (or 0x99E0C5) is known color: Riptide. HEX triplet: 99, E0 and C5. RGB value is (153,224,197). Sum of RGB (Red+Green+Blue) = 153+224+197=574 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.66% from 574); Green value is 224 (87.89% from 255 or 39.02% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 224 - color contains mainly: green. Hex color #99E0C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99E0C5 is #661F3A. Grayscale: #C7C7C7. Windows color (decimal): -6692667 or 12968089. OLE color: 12968089.
HSL color Cylindrical-coordinate representation of color #99E0C5: hue angle of 157.18º degrees, saturation: 0.53, 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 #99E0C5 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 224 | 197 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.12 |
| HSL | 157.18º | 0.53% | 0.74% | - |
| HSV(B) | 157.18º | 0.32% | 0.88% | - |
| XYZ | 49.87 | 64.11 | 62.57 | - |
| YUV | 199.69 | 126.48 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 224 | 197 | 0.32 | 0 | 0.12 | 0.12 | 157.18 | 0.53 | 0.74 |
| Hex | 99 | E0 | C5 | 20 | 0 | C | C | 9D | 35 | 4A |
| Octal | 231 | 340 | 305 | 40 | 0 | 14 | 14 | 235 | 65 | 112 |
| Binary | 10011001 | 11100000 | 11000101 | 100000 | 0 | 1100 | 1100 | 10011101 | 110101 | 1001010 |
Color Harmonies of #99E0C5
Complementary color
Monochromatic Colors of #99E0C5
Black with #99E0C5
Text Example
Text Example
White with #99E0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E0C5; }
p { color: rgb(153,224,197); }
H1.HeaderClassName
{
color: #99E0C5;
}
.AnyTagClassName
{
color: #99E0C5;
}
</style>
background-color css
<style>
a { background-color: #99E0C5; }
a { background-color: rgb(153,224,197); }
div.DivClassName
{
background-color: #99E0C5;
}
.BgClassName
{
background-color: #99E0C5;
}
</style>
border-color css
<style>
span { border-color: #99E0C5; }
span { border-color: rgb(153,224,197); }
td.TdClassName
{
border-color: #99E0C5;
}
.TagClassName
{
border-color: #99E0C5;
}
</style>