Shades of Riptide #9CDEC7
Tints of Riptide #9CDEC7
RGB
CMYK
RGB Variations
Color information
#9CDEC7 (or 0x9CDEC7) is known color: Riptide. HEX triplet: 9C, DE and C7. RGB value is (156,222,199). Sum of RGB (Red+Green+Blue) = 156+222+199=577 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.04% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 199 (78.12% from 255 or 34.49% from 577); Max value from RGB is 222 - color contains mainly: green. Hex color #9CDEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDEC7 is #632138. Grayscale: #C7C7C7. Windows color (decimal): -6496569 or 13098652. OLE color: 13098652.
HSL color Cylindrical-coordinate representation of color #9CDEC7: hue angle of 159.09º degrees, saturation: 0.5, 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 #9CDEC7 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 222 | 199 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.13 |
| HSL | 159.09º | 0.5% | 0.74% | - |
| HSV(B) | 159.09º | 0.3% | 0.87% | - |
| XYZ | 50.14 | 63.43 | 63.63 | - |
| YUV | 199.64 | 127.63 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 222 | 199 | 0.30 | 0 | 0.10 | 0.13 | 159.09 | 0.5 | 0.74 |
| Hex | 9C | DE | C7 | 1E | 0 | A | D | 9F | 32 | 4A |
| Octal | 234 | 336 | 307 | 36 | 0 | 12 | 15 | 237 | 62 | 112 |
| Binary | 10011100 | 11011110 | 11000111 | 11110 | 0 | 1010 | 1101 | 10011111 | 110010 | 1001010 |
Color Harmonies of #9CDEC7
Complementary color
Monochromatic Colors of #9CDEC7
Black with #9CDEC7
Text Example
Text Example
White with #9CDEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDEC7; }
p { color: rgb(156,222,199); }
H1.HeaderClassName
{
color: #9CDEC7;
}
.AnyTagClassName
{
color: #9CDEC7;
}
</style>
background-color css
<style>
a { background-color: #9CDEC7; }
a { background-color: rgb(156,222,199); }
div.DivClassName
{
background-color: #9CDEC7;
}
.BgClassName
{
background-color: #9CDEC7;
}
</style>
border-color css
<style>
span { border-color: #9CDEC7; }
span { border-color: rgb(156,222,199); }
td.TdClassName
{
border-color: #9CDEC7;
}
.TagClassName
{
border-color: #9CDEC7;
}
</style>