Shades of Riptide #9DDCC5
Tints of Riptide #9DDCC5
RGB
CMYK
RGB Variations
Color information
#9DDCC5 (or 0x9DDCC5) is known color: Riptide. HEX triplet: 9D, DC and C5. RGB value is (157,220,197). Sum of RGB (Red+Green+Blue) = 157+220+197=574 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.35% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDCC5 is #62233A. Grayscale: #C6C6C6. Windows color (decimal): -6431547 or 12967069. OLE color: 12967069.
HSL color Cylindrical-coordinate representation of color #9DDCC5: hue angle of 158.1º degrees, saturation: 0.47, 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 #9DDCC5 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 220 | 197 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.14 |
| HSL | 158.1º | 0.47% | 0.74% | - |
| HSV(B) | 158.1º | 0.29% | 0.86% | - |
| XYZ | 49.58 | 62.39 | 62.25 | - |
| YUV | 198.54 | 127.13 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 220 | 197 | 0.29 | 0 | 0.10 | 0.14 | 158.1 | 0.47 | 0.74 |
| Hex | 9D | DC | C5 | 1D | 0 | A | E | 9E | 2F | 4A |
| Octal | 235 | 334 | 305 | 35 | 0 | 12 | 16 | 236 | 57 | 112 |
| Binary | 10011101 | 11011100 | 11000101 | 11101 | 0 | 1010 | 1110 | 10011110 | 101111 | 1001010 |
Color Harmonies of #9DDCC5
Complementary color
Monochromatic Colors of #9DDCC5
Black with #9DDCC5
Text Example
Text Example
White with #9DDCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDCC5; }
p { color: rgb(157,220,197); }
H1.HeaderClassName
{
color: #9DDCC5;
}
.AnyTagClassName
{
color: #9DDCC5;
}
</style>
background-color css
<style>
a { background-color: #9DDCC5; }
a { background-color: rgb(157,220,197); }
div.DivClassName
{
background-color: #9DDCC5;
}
.BgClassName
{
background-color: #9DDCC5;
}
</style>
border-color css
<style>
span { border-color: #9DDCC5; }
span { border-color: rgb(157,220,197); }
td.TdClassName
{
border-color: #9DDCC5;
}
.TagClassName
{
border-color: #9DDCC5;
}
</style>