Shades of Riptide #95DAC2
Tints of Riptide #95DAC2
RGB
CMYK
RGB Variations
Color information
#95DAC2 (or 0x95DAC2) is known color: Riptide. HEX triplet: 95, DA and C2. RGB value is (149,218,194). Sum of RGB (Red+Green+Blue) = 149+218+194=561 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.56% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 194 (76.17% from 255 or 34.58% from 561); Max value from RGB is 218 - color contains mainly: green. Hex color #95DAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DAC2 is #6A253D. Grayscale: #C2C2C2. Windows color (decimal): -6956350 or 12769941. OLE color: 12769941.
HSL color Cylindrical-coordinate representation of color #95DAC2: hue angle of 159.13º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DAC2 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 218 | 194 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.15 |
| HSL | 159.13º | 0.48% | 0.72% | - |
| HSV(B) | 159.13º | 0.32% | 0.85% | - |
| XYZ | 47.2 | 60.43 | 60.21 | - |
| YUV | 194.63 | 127.64 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 218 | 194 | 0.32 | 0 | 0.11 | 0.15 | 159.13 | 0.48 | 0.72 |
| Hex | 95 | DA | C2 | 20 | 0 | B | F | 9F | 30 | 48 |
| Octal | 225 | 332 | 302 | 40 | 0 | 13 | 17 | 237 | 60 | 110 |
| Binary | 10010101 | 11011010 | 11000010 | 100000 | 0 | 1011 | 1111 | 10011111 | 110000 | 1001000 |
Color Harmonies of #95DAC2
Complementary color
Monochromatic Colors of #95DAC2
Black with #95DAC2
Text Example
Text Example
White with #95DAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DAC2; }
p { color: rgb(149,218,194); }
H1.HeaderClassName
{
color: #95DAC2;
}
.AnyTagClassName
{
color: #95DAC2;
}
</style>
background-color css
<style>
a { background-color: #95DAC2; }
a { background-color: rgb(149,218,194); }
div.DivClassName
{
background-color: #95DAC2;
}
.BgClassName
{
background-color: #95DAC2;
}
</style>
border-color css
<style>
span { border-color: #95DAC2; }
span { border-color: rgb(149,218,194); }
td.TdClassName
{
border-color: #95DAC2;
}
.TagClassName
{
border-color: #95DAC2;
}
</style>