Shades of Riptide #95DAC1
Tints of Riptide #95DAC1
RGB
CMYK
RGB Variations
Color information
#95DAC1 (or 0x95DAC1) is known color: Riptide. HEX triplet: 95, DA and C1. RGB value is (149,218,193). Sum of RGB (Red+Green+Blue) = 149+218+193=560 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.61% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 218 - color contains mainly: green. Hex color #95DAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DAC1 is #6A253E. Grayscale: #C2C2C2. Windows color (decimal): -6956351 or 12704405. OLE color: 12704405.
HSL color Cylindrical-coordinate representation of color #95DAC1: hue angle of 158.26º 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 #95DAC1 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 218 | 193 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.15 |
| HSL | 158.26º | 0.48% | 0.72% | - |
| HSV(B) | 158.26º | 0.32% | 0.85% | - |
| XYZ | 47.09 | 60.38 | 59.63 | - |
| YUV | 194.52 | 127.14 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 218 | 193 | 0.32 | 0 | 0.11 | 0.15 | 158.26 | 0.48 | 0.72 |
| Hex | 95 | DA | C1 | 20 | 0 | B | F | 9E | 30 | 48 |
| Octal | 225 | 332 | 301 | 40 | 0 | 13 | 17 | 236 | 60 | 110 |
| Binary | 10010101 | 11011010 | 11000001 | 100000 | 0 | 1011 | 1111 | 10011110 | 110000 | 1001000 |
Color Harmonies of #95DAC1
Complementary color
Monochromatic Colors of #95DAC1
Black with #95DAC1
Text Example
Text Example
White with #95DAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DAC1; }
p { color: rgb(149,218,193); }
H1.HeaderClassName
{
color: #95DAC1;
}
.AnyTagClassName
{
color: #95DAC1;
}
</style>
background-color css
<style>
a { background-color: #95DAC1; }
a { background-color: rgb(149,218,193); }
div.DivClassName
{
background-color: #95DAC1;
}
.BgClassName
{
background-color: #95DAC1;
}
</style>
border-color css
<style>
span { border-color: #95DAC1; }
span { border-color: rgb(149,218,193); }
td.TdClassName
{
border-color: #95DAC1;
}
.TagClassName
{
border-color: #95DAC1;
}
</style>