Shades of Riptide #95D9CC
Tints of Riptide #95D9CC
RGB
CMYK
RGB Variations
Color information
#95D9CC (or 0x95D9CC) is known color: Riptide. HEX triplet: 95, D9 and CC. RGB value is (149,217,204). Sum of RGB (Red+Green+Blue) = 149+217+204=570 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.14% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 217 - color contains mainly: green. Hex color #95D9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D9CC is #6A2633. Grayscale: #C3C3C3. Windows color (decimal): -6956596 or 13425045. OLE color: 13425045.
HSL color Cylindrical-coordinate representation of color #95D9CC: hue angle of 168.53º 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 #95D9CC is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 217 | 204 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.15 |
| HSL | 168.53º | 0.47% | 0.72% | - |
| HSV(B) | 168.53º | 0.31% | 0.85% | - |
| XYZ | 48.11 | 60.37 | 66.24 | - |
| YUV | 195.19 | 132.97 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 217 | 204 | 0.31 | 0 | 0.06 | 0.15 | 168.53 | 0.47 | 0.72 |
| Hex | 95 | D9 | CC | 1F | 0 | 6 | F | A9 | 2F | 48 |
| Octal | 225 | 331 | 314 | 37 | 0 | 6 | 17 | 251 | 57 | 110 |
| Binary | 10010101 | 11011001 | 11001100 | 11111 | 0 | 110 | 1111 | 10101001 | 101111 | 1001000 |
Color Harmonies of #95D9CC
Complementary color
Monochromatic Colors of #95D9CC
Black with #95D9CC
Text Example
Text Example
White with #95D9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D9CC; }
p { color: rgb(149,217,204); }
H1.HeaderClassName
{
color: #95D9CC;
}
.AnyTagClassName
{
color: #95D9CC;
}
</style>
background-color css
<style>
a { background-color: #95D9CC; }
a { background-color: rgb(149,217,204); }
div.DivClassName
{
background-color: #95D9CC;
}
.BgClassName
{
background-color: #95D9CC;
}
</style>
border-color css
<style>
span { border-color: #95D9CC; }
span { border-color: rgb(149,217,204); }
td.TdClassName
{
border-color: #95D9CC;
}
.TagClassName
{
border-color: #95D9CC;
}
</style>