Shades of Riptide #9CDCC7
Tints of Riptide #9CDCC7
RGB
CMYK
RGB Variations
Color information
#9CDCC7 (or 0x9CDCC7) is known color: Riptide. HEX triplet: 9C, DC and C7. RGB value is (156,220,199). Sum of RGB (Red+Green+Blue) = 156+220+199=575 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.13% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 199 (78.12% from 255 or 34.61% from 575); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDCC7 is #632338. Grayscale: #C6C6C6. Windows color (decimal): -6497081 or 13098140. OLE color: 13098140.
HSL color Cylindrical-coordinate representation of color #9CDCC7: hue angle of 160.31º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CDCC7 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 220 | 199 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.14 |
| HSL | 160.31º | 0.48% | 0.74% | - |
| HSV(B) | 160.31º | 0.29% | 0.86% | - |
| XYZ | 49.61 | 62.38 | 63.46 | - |
| YUV | 198.47 | 128.3 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 220 | 199 | 0.29 | 0 | 0.10 | 0.14 | 160.31 | 0.48 | 0.74 |
| Hex | 9C | DC | C7 | 1D | 0 | A | E | A0 | 30 | 4A |
| Octal | 234 | 334 | 307 | 35 | 0 | 12 | 16 | 240 | 60 | 112 |
| Binary | 10011100 | 11011100 | 11000111 | 11101 | 0 | 1010 | 1110 | 10100000 | 110000 | 1001010 |
Color Harmonies of #9CDCC7
Complementary color
Monochromatic Colors of #9CDCC7
Black with #9CDCC7
Text Example
Text Example
White with #9CDCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDCC7; }
p { color: rgb(156,220,199); }
H1.HeaderClassName
{
color: #9CDCC7;
}
.AnyTagClassName
{
color: #9CDCC7;
}
</style>
background-color css
<style>
a { background-color: #9CDCC7; }
a { background-color: rgb(156,220,199); }
div.DivClassName
{
background-color: #9CDCC7;
}
.BgClassName
{
background-color: #9CDCC7;
}
</style>
border-color css
<style>
span { border-color: #9CDCC7; }
span { border-color: rgb(156,220,199); }
td.TdClassName
{
border-color: #9CDCC7;
}
.TagClassName
{
border-color: #9CDCC7;
}
</style>