Shades of Riptide #99E0C4
Tints of Riptide #99E0C4
RGB
CMYK
RGB Variations
Color information
#99E0C4 (or 0x99E0C4) is known color: Riptide. HEX triplet: 99, E0 and C4. RGB value is (153,224,196). Sum of RGB (Red+Green+Blue) = 153+224+196=573 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.70% from 573); Green value is 224 (87.89% from 255 or 39.09% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 224 - color contains mainly: green. Hex color #99E0C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99E0C4 is #661F3B. Grayscale: #C7C7C7. Windows color (decimal): -6692668 or 12902553. OLE color: 12902553.
HSL color Cylindrical-coordinate representation of color #99E0C4: hue angle of 156.34º 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 #99E0C4 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 224 | 196 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.12 |
| HSL | 156.34º | 0.53% | 0.74% | - |
| HSV(B) | 156.34º | 0.32% | 0.88% | - |
| XYZ | 49.76 | 64.07 | 61.97 | - |
| YUV | 199.58 | 125.98 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 224 | 196 | 0.32 | 0 | 0.12 | 0.12 | 156.34 | 0.53 | 0.74 |
| Hex | 99 | E0 | C4 | 20 | 0 | C | C | 9C | 35 | 4A |
| Octal | 231 | 340 | 304 | 40 | 0 | 14 | 14 | 234 | 65 | 112 |
| Binary | 10011001 | 11100000 | 11000100 | 100000 | 0 | 1100 | 1100 | 10011100 | 110101 | 1001010 |
Color Harmonies of #99E0C4
Complementary color
Monochromatic Colors of #99E0C4
Black with #99E0C4
Text Example
Text Example
White with #99E0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E0C4; }
p { color: rgb(153,224,196); }
H1.HeaderClassName
{
color: #99E0C4;
}
.AnyTagClassName
{
color: #99E0C4;
}
</style>
background-color css
<style>
a { background-color: #99E0C4; }
a { background-color: rgb(153,224,196); }
div.DivClassName
{
background-color: #99E0C4;
}
.BgClassName
{
background-color: #99E0C4;
}
</style>
border-color css
<style>
span { border-color: #99E0C4; }
span { border-color: rgb(153,224,196); }
td.TdClassName
{
border-color: #99E0C4;
}
.TagClassName
{
border-color: #99E0C4;
}
</style>