Shades of Riptide #99E0CA
Tints of Riptide #99E0CA
RGB
CMYK
RGB Variations
Color information
#99E0CA (or 0x99E0CA) is known color: Riptide. HEX triplet: 99, E0 and CA. RGB value is (153,224,202). Sum of RGB (Red+Green+Blue) = 153+224+202=579 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.42% from 579); Green value is 224 (87.89% from 255 or 38.69% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 224 - color contains mainly: green. Hex color #99E0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99E0CA is #661F35. Grayscale: #C8C8C8. Windows color (decimal): -6692662 or 13295769. OLE color: 13295769.
HSL color Cylindrical-coordinate representation of color #99E0CA: hue angle of 161.41º 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 #99E0CA is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 224 | 202 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.12 |
| HSL | 161.41º | 0.53% | 0.74% | - |
| HSV(B) | 161.41º | 0.32% | 0.88% | - |
| XYZ | 50.45 | 64.35 | 65.64 | - |
| YUV | 200.26 | 128.98 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 224 | 202 | 0.32 | 0 | 0.10 | 0.12 | 161.41 | 0.53 | 0.74 |
| Hex | 99 | E0 | CA | 20 | 0 | A | C | A1 | 35 | 4A |
| Octal | 231 | 340 | 312 | 40 | 0 | 12 | 14 | 241 | 65 | 112 |
| Binary | 10011001 | 11100000 | 11001010 | 100000 | 0 | 1010 | 1100 | 10100001 | 110101 | 1001010 |
Color Harmonies of #99E0CA
Complementary color
Monochromatic Colors of #99E0CA
Black with #99E0CA
Text Example
Text Example
White with #99E0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E0CA; }
p { color: rgb(153,224,202); }
H1.HeaderClassName
{
color: #99E0CA;
}
.AnyTagClassName
{
color: #99E0CA;
}
</style>
background-color css
<style>
a { background-color: #99E0CA; }
a { background-color: rgb(153,224,202); }
div.DivClassName
{
background-color: #99E0CA;
}
.BgClassName
{
background-color: #99E0CA;
}
</style>
border-color css
<style>
span { border-color: #99E0CA; }
span { border-color: rgb(153,224,202); }
td.TdClassName
{
border-color: #99E0CA;
}
.TagClassName
{
border-color: #99E0CA;
}
</style>