Shades of Riptide #95D9C8
Tints of Riptide #95D9C8
RGB
CMYK
RGB Variations
Color information
#95D9C8 (or 0x95D9C8) is known color: Riptide. HEX triplet: 95, D9 and C8. RGB value is (149,217,200). Sum of RGB (Red+Green+Blue) = 149+217+200=566 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.33% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 200 (78.52% from 255 or 35.34% from 566); Max value from RGB is 217 - color contains mainly: green. Hex color #95D9C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D9C8 is #6A2637. Grayscale: #C2C2C2. Windows color (decimal): -6956600 or 13162901. OLE color: 13162901.
HSL color Cylindrical-coordinate representation of color #95D9C8: hue angle of 165º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95D9C8 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 217 | 200 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.15 |
| HSL | 165º | 0.47% | 0.72% | - |
| HSV(B) | 165º | 0.31% | 0.85% | - |
| XYZ | 47.63 | 60.19 | 63.75 | - |
| YUV | 194.73 | 130.97 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 217 | 200 | 0.31 | 0 | 0.08 | 0.15 | 165 | 0.47 | 0.72 |
| Hex | 95 | D9 | C8 | 1F | 0 | 8 | F | A5 | 2F | 48 |
| Octal | 225 | 331 | 310 | 37 | 0 | 10 | 17 | 245 | 57 | 110 |
| Binary | 10010101 | 11011001 | 11001000 | 11111 | 0 | 1000 | 1111 | 10100101 | 101111 | 1001000 |
Color Harmonies of #95D9C8
Complementary color
Monochromatic Colors of #95D9C8
Black with #95D9C8
Text Example
Text Example
White with #95D9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D9C8; }
p { color: rgb(149,217,200); }
H1.HeaderClassName
{
color: #95D9C8;
}
.AnyTagClassName
{
color: #95D9C8;
}
</style>
background-color css
<style>
a { background-color: #95D9C8; }
a { background-color: rgb(149,217,200); }
div.DivClassName
{
background-color: #95D9C8;
}
.BgClassName
{
background-color: #95D9C8;
}
</style>
border-color css
<style>
span { border-color: #95D9C8; }
span { border-color: rgb(149,217,200); }
td.TdClassName
{
border-color: #95D9C8;
}
.TagClassName
{
border-color: #95D9C8;
}
</style>