Shades of Riptide #9CE1CA
Tints of Riptide #9CE1CA
RGB
CMYK
RGB Variations
Color information
#9CE1CA (or 0x9CE1CA) is known color: Riptide. HEX triplet: 9C, E1 and CA. RGB value is (156,225,202). Sum of RGB (Red+Green+Blue) = 156+225+202=583 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.76% from 583); Green value is 225 (88.28% from 255 or 38.59% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 225 - color contains mainly: green. Hex color #9CE1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CE1CA is #631E35. Grayscale: #C9C9C9. Windows color (decimal): -6495798 or 13296028. OLE color: 13296028.
HSL color Cylindrical-coordinate representation of color #9CE1CA: hue angle of 160º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9CE1CA is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 225 | 202 | - |
| CMYK | 0.31 | 0 | 0.10 | 0.12 |
| HSL | 160º | 0.53% | 0.75% | - |
| HSV(B) | 160º | 0.31% | 0.88% | - |
| XYZ | 51.3 | 65.18 | 65.76 | - |
| YUV | 201.75 | 128.14 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 225 | 202 | 0.31 | 0 | 0.10 | 0.12 | 160 | 0.53 | 0.75 |
| Hex | 9C | E1 | CA | 1F | 0 | A | C | A0 | 35 | 4B |
| Octal | 234 | 341 | 312 | 37 | 0 | 12 | 14 | 240 | 65 | 113 |
| Binary | 10011100 | 11100001 | 11001010 | 11111 | 0 | 1010 | 1100 | 10100000 | 110101 | 1001011 |
Color Harmonies of #9CE1CA
Complementary color
Monochromatic Colors of #9CE1CA
Black with #9CE1CA
Text Example
Text Example
White with #9CE1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE1CA; }
p { color: rgb(156,225,202); }
H1.HeaderClassName
{
color: #9CE1CA;
}
.AnyTagClassName
{
color: #9CE1CA;
}
</style>
background-color css
<style>
a { background-color: #9CE1CA; }
a { background-color: rgb(156,225,202); }
div.DivClassName
{
background-color: #9CE1CA;
}
.BgClassName
{
background-color: #9CE1CA;
}
</style>
border-color css
<style>
span { border-color: #9CE1CA; }
span { border-color: rgb(156,225,202); }
td.TdClassName
{
border-color: #9CE1CA;
}
.TagClassName
{
border-color: #9CE1CA;
}
</style>