Shades of Riptide #9CDFCA
Tints of Riptide #9CDFCA
RGB
CMYK
RGB Variations
Color information
#9CDFCA (or 0x9CDFCA) is known color: Riptide. HEX triplet: 9C, DF and CA. RGB value is (156,223,202). Sum of RGB (Red+Green+Blue) = 156+223+202=581 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.85% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 223 - color contains mainly: green. Hex color #9CDFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDFCA is #632035. Grayscale: #C8C8C8. Windows color (decimal): -6496310 or 13295516. OLE color: 13295516.
HSL color Cylindrical-coordinate representation of color #9CDFCA: hue angle of 161.19º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CDFCA is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 223 | 202 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.13 |
| HSL | 161.19º | 0.51% | 0.74% | - |
| HSV(B) | 161.19º | 0.3% | 0.87% | - |
| XYZ | 50.76 | 64.11 | 65.58 | - |
| YUV | 200.57 | 128.8 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 223 | 202 | 0.30 | 0 | 0.09 | 0.13 | 161.19 | 0.51 | 0.74 |
| Hex | 9C | DF | CA | 1E | 0 | 9 | D | A1 | 33 | 4A |
| Octal | 234 | 337 | 312 | 36 | 0 | 11 | 15 | 241 | 63 | 112 |
| Binary | 10011100 | 11011111 | 11001010 | 11110 | 0 | 1001 | 1101 | 10100001 | 110011 | 1001010 |
Color Harmonies of #9CDFCA
Complementary color
Monochromatic Colors of #9CDFCA
Black with #9CDFCA
Text Example
Text Example
White with #9CDFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDFCA; }
p { color: rgb(156,223,202); }
H1.HeaderClassName
{
color: #9CDFCA;
}
.AnyTagClassName
{
color: #9CDFCA;
}
</style>
background-color css
<style>
a { background-color: #9CDFCA; }
a { background-color: rgb(156,223,202); }
div.DivClassName
{
background-color: #9CDFCA;
}
.BgClassName
{
background-color: #9CDFCA;
}
</style>
border-color css
<style>
span { border-color: #9CDFCA; }
span { border-color: rgb(156,223,202); }
td.TdClassName
{
border-color: #9CDFCA;
}
.TagClassName
{
border-color: #9CDFCA;
}
</style>