Shades of Riptide #9CDFC6
Tints of Riptide #9CDFC6
RGB
CMYK
RGB Variations
Color information
#9CDFC6 (or 0x9CDFC6) is known color: Riptide. HEX triplet: 9C, DF and C6. RGB value is (156,223,198). Sum of RGB (Red+Green+Blue) = 156+223+198=577 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.04% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 198 (77.73% from 255 or 34.32% from 577); Max value from RGB is 223 - color contains mainly: green. Hex color #9CDFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDFC6 is #632039. Grayscale: #C8C8C8. Windows color (decimal): -6496314 or 13033372. OLE color: 13033372.
HSL color Cylindrical-coordinate representation of color #9CDFC6: hue angle of 157.61º 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 #9CDFC6 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 223 | 198 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.13 |
| HSL | 157.61º | 0.51% | 0.74% | - |
| HSV(B) | 157.61º | 0.3% | 0.87% | - |
| XYZ | 50.29 | 63.92 | 63.11 | - |
| YUV | 200.12 | 126.8 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 223 | 198 | 0.30 | 0 | 0.11 | 0.13 | 157.61 | 0.51 | 0.74 |
| Hex | 9C | DF | C6 | 1E | 0 | B | D | 9E | 33 | 4A |
| Octal | 234 | 337 | 306 | 36 | 0 | 13 | 15 | 236 | 63 | 112 |
| Binary | 10011100 | 11011111 | 11000110 | 11110 | 0 | 1011 | 1101 | 10011110 | 110011 | 1001010 |
Color Harmonies of #9CDFC6
Complementary color
Monochromatic Colors of #9CDFC6
Black with #9CDFC6
Text Example
Text Example
White with #9CDFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDFC6; }
p { color: rgb(156,223,198); }
H1.HeaderClassName
{
color: #9CDFC6;
}
.AnyTagClassName
{
color: #9CDFC6;
}
</style>
background-color css
<style>
a { background-color: #9CDFC6; }
a { background-color: rgb(156,223,198); }
div.DivClassName
{
background-color: #9CDFC6;
}
.BgClassName
{
background-color: #9CDFC6;
}
</style>
border-color css
<style>
span { border-color: #9CDFC6; }
span { border-color: rgb(156,223,198); }
td.TdClassName
{
border-color: #9CDFC6;
}
.TagClassName
{
border-color: #9CDFC6;
}
</style>