Shades of Riptide #95DCC6
Tints of Riptide #95DCC6
RGB
CMYK
RGB Variations
Color information
#95DCC6 (or 0x95DCC6) is known color: Riptide. HEX triplet: 95, DC and C6. RGB value is (149,220,198). Sum of RGB (Red+Green+Blue) = 149+220+198=567 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.28% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #95DCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DCC6 is #6A2339. Grayscale: #C4C4C4. Windows color (decimal): -6955834 or 13032597. OLE color: 13032597.
HSL color Cylindrical-coordinate representation of color #95DCC6: hue angle of 161.41º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DCC6 is Cyan = 0.32, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 220 | 198 | - |
| CMYK | 0.32 | 0 | 0.1 | 0.14 |
| HSL | 161.41º | 0.5% | 0.72% | - |
| HSV(B) | 161.41º | 0.32% | 0.86% | - |
| XYZ | 48.18 | 61.65 | 62.79 | - |
| YUV | 196.26 | 128.98 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 220 | 198 | 0.32 | 0 | 0.1 | 0.14 | 161.41 | 0.5 | 0.72 |
| Hex | 95 | DC | C6 | 20 | 0 | A | E | A1 | 32 | 48 |
| Octal | 225 | 334 | 306 | 40 | 0 | 12 | 16 | 241 | 62 | 110 |
| Binary | 10010101 | 11011100 | 11000110 | 100000 | 0 | 1010 | 1110 | 10100001 | 110010 | 1001000 |
Color Harmonies of #95DCC6
Complementary color
Monochromatic Colors of #95DCC6
Black with #95DCC6
Text Example
Text Example
White with #95DCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DCC6; }
p { color: rgb(149,220,198); }
H1.HeaderClassName
{
color: #95DCC6;
}
.AnyTagClassName
{
color: #95DCC6;
}
</style>
background-color css
<style>
a { background-color: #95DCC6; }
a { background-color: rgb(149,220,198); }
div.DivClassName
{
background-color: #95DCC6;
}
.BgClassName
{
background-color: #95DCC6;
}
</style>
border-color css
<style>
span { border-color: #95DCC6; }
span { border-color: rgb(149,220,198); }
td.TdClassName
{
border-color: #95DCC6;
}
.TagClassName
{
border-color: #95DCC6;
}
</style>