Shades of Riptide #95DED5
Tints of Riptide #95DED5
RGB
CMYK
RGB Variations
Color information
#95DED5 (or 0x95DED5) is known color: Riptide. HEX triplet: 95, DE and D5. RGB value is (149,222,213). Sum of RGB (Red+Green+Blue) = 149+222+213=584 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.51% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 213 (83.59% from 255 or 36.47% from 584); Max value from RGB is 222 - color contains mainly: green. Hex color #95DED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DED5 is #6A212A. Grayscale: #C7C7C7. Windows color (decimal): -6955307 or 14016149. OLE color: 14016149.
HSL color Cylindrical-coordinate representation of color #95DED5: hue angle of 172.6º degrees, saturation: 0.53, 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 #95DED5 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 222 | 213 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.13 |
| HSL | 172.6º | 0.53% | 0.73% | - |
| HSV(B) | 172.6º | 0.33% | 0.87% | - |
| XYZ | 50.53 | 63.44 | 72.53 | - |
| YUV | 199.15 | 135.82 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 222 | 213 | 0.33 | 0 | 0.04 | 0.13 | 172.6 | 0.53 | 0.73 |
| Hex | 95 | DE | D5 | 21 | 0 | 4 | D | AD | 35 | 49 |
| Octal | 225 | 336 | 325 | 41 | 0 | 4 | 15 | 255 | 65 | 111 |
| Binary | 10010101 | 11011110 | 11010101 | 100001 | 0 | 100 | 1101 | 10101101 | 110101 | 1001001 |
Color Harmonies of #95DED5
Complementary color
Monochromatic Colors of #95DED5
Black with #95DED5
Text Example
Text Example
White with #95DED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DED5; }
p { color: rgb(149,222,213); }
H1.HeaderClassName
{
color: #95DED5;
}
.AnyTagClassName
{
color: #95DED5;
}
</style>
background-color css
<style>
a { background-color: #95DED5; }
a { background-color: rgb(149,222,213); }
div.DivClassName
{
background-color: #95DED5;
}
.BgClassName
{
background-color: #95DED5;
}
</style>
border-color css
<style>
span { border-color: #95DED5; }
span { border-color: rgb(149,222,213); }
td.TdClassName
{
border-color: #95DED5;
}
.TagClassName
{
border-color: #95DED5;
}
</style>