Shades of Riptide #95CEC8
Tints of Riptide #95CEC8
RGB
CMYK
RGB Variations
Color information
#95CEC8 (or 0x95CEC8) is known color: Riptide. HEX triplet: 95, CE and C8. RGB value is (149,206,200). Sum of RGB (Red+Green+Blue) = 149+206+200=555 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.85% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 200 (78.52% from 255 or 36.04% from 555); Max value from RGB is 206 - color contains mainly: green. Hex color #95CEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CEC8 is #6A3137. Grayscale: #BCBCBC. Windows color (decimal): -6959416 or 13160085. OLE color: 13160085.
HSL color Cylindrical-coordinate representation of color #95CEC8: hue angle of 173.68º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95CEC8 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 206 | 200 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.19 |
| HSL | 173.68º | 0.37% | 0.7% | - |
| HSV(B) | 173.68º | 0.28% | 0.81% | - |
| XYZ | 44.89 | 54.7 | 62.84 | - |
| YUV | 188.27 | 134.62 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 206 | 200 | 0.28 | 0 | 0.03 | 0.19 | 173.68 | 0.37 | 0.7 |
| Hex | 95 | CE | C8 | 1C | 0 | 3 | 13 | AE | 25 | 46 |
| Octal | 225 | 316 | 310 | 34 | 0 | 3 | 23 | 256 | 45 | 106 |
| Binary | 10010101 | 11001110 | 11001000 | 11100 | 0 | 11 | 10011 | 10101110 | 100101 | 1000110 |
Color Harmonies of #95CEC8
Complementary color
Monochromatic Colors of #95CEC8
Black with #95CEC8
Text Example
Text Example
White with #95CEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CEC8; }
p { color: rgb(149,206,200); }
H1.HeaderClassName
{
color: #95CEC8;
}
.AnyTagClassName
{
color: #95CEC8;
}
</style>
background-color css
<style>
a { background-color: #95CEC8; }
a { background-color: rgb(149,206,200); }
div.DivClassName
{
background-color: #95CEC8;
}
.BgClassName
{
background-color: #95CEC8;
}
</style>
border-color css
<style>
span { border-color: #95CEC8; }
span { border-color: rgb(149,206,200); }
td.TdClassName
{
border-color: #95CEC8;
}
.TagClassName
{
border-color: #95CEC8;
}
</style>