Shades of Riptide #95DDD0
Tints of Riptide #95DDD0
RGB
CMYK
RGB Variations
Color information
#95DDD0 (or 0x95DDD0) is known color: Riptide. HEX triplet: 95, DD and D0. RGB value is (149,221,208). Sum of RGB (Red+Green+Blue) = 149+221+208=578 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.78% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 221 - color contains mainly: green. Hex color #95DDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DDD0 is #6A222F. Grayscale: #C5C5C5. Windows color (decimal): -6955568 or 13688213. OLE color: 13688213.
HSL color Cylindrical-coordinate representation of color #95DDD0: hue angle of 169.17º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95DDD0 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 221 | 208 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.13 |
| HSL | 169.17º | 0.51% | 0.73% | - |
| HSV(B) | 169.17º | 0.33% | 0.87% | - |
| XYZ | 49.64 | 62.66 | 69.15 | - |
| YUV | 197.99 | 133.65 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 221 | 208 | 0.33 | 0 | 0.06 | 0.13 | 169.17 | 0.51 | 0.73 |
| Hex | 95 | DD | D0 | 21 | 0 | 6 | D | A9 | 33 | 49 |
| Octal | 225 | 335 | 320 | 41 | 0 | 6 | 15 | 251 | 63 | 111 |
| Binary | 10010101 | 11011101 | 11010000 | 100001 | 0 | 110 | 1101 | 10101001 | 110011 | 1001001 |
Color Harmonies of #95DDD0
Complementary color
Monochromatic Colors of #95DDD0
Black with #95DDD0
Text Example
Text Example
White with #95DDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DDD0; }
p { color: rgb(149,221,208); }
H1.HeaderClassName
{
color: #95DDD0;
}
.AnyTagClassName
{
color: #95DDD0;
}
</style>
background-color css
<style>
a { background-color: #95DDD0; }
a { background-color: rgb(149,221,208); }
div.DivClassName
{
background-color: #95DDD0;
}
.BgClassName
{
background-color: #95DDD0;
}
</style>
border-color css
<style>
span { border-color: #95DDD0; }
span { border-color: rgb(149,221,208); }
td.TdClassName
{
border-color: #95DDD0;
}
.TagClassName
{
border-color: #95DDD0;
}
</style>