Shades of Riptide #95DBCB
Tints of Riptide #95DBCB
RGB
CMYK
RGB Variations
Color information
#95DBCB (or 0x95DBCB) is known color: Riptide. HEX triplet: 95, DB and CB. RGB value is (149,219,203). Sum of RGB (Red+Green+Blue) = 149+219+203=571 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.09% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 219 - color contains mainly: green. Hex color #95DBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DBCB is #6A2434. Grayscale: #C4C4C4. Windows color (decimal): -6956085 or 13360021. OLE color: 13360021.
HSL color Cylindrical-coordinate representation of color #95DBCB: hue angle of 166.29º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DBCB is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 219 | 203 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.14 |
| HSL | 166.29º | 0.49% | 0.72% | - |
| HSV(B) | 166.29º | 0.32% | 0.86% | - |
| XYZ | 48.51 | 61.36 | 65.79 | - |
| YUV | 196.25 | 131.81 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 219 | 203 | 0.32 | 0 | 0.07 | 0.14 | 166.29 | 0.49 | 0.72 |
| Hex | 95 | DB | CB | 20 | 0 | 7 | E | A6 | 31 | 48 |
| Octal | 225 | 333 | 313 | 40 | 0 | 7 | 16 | 246 | 61 | 110 |
| Binary | 10010101 | 11011011 | 11001011 | 100000 | 0 | 111 | 1110 | 10100110 | 110001 | 1001000 |
Color Harmonies of #95DBCB
Complementary color
Monochromatic Colors of #95DBCB
Black with #95DBCB
Text Example
Text Example
White with #95DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DBCB; }
p { color: rgb(149,219,203); }
H1.HeaderClassName
{
color: #95DBCB;
}
.AnyTagClassName
{
color: #95DBCB;
}
</style>
background-color css
<style>
a { background-color: #95DBCB; }
a { background-color: rgb(149,219,203); }
div.DivClassName
{
background-color: #95DBCB;
}
.BgClassName
{
background-color: #95DBCB;
}
</style>
border-color css
<style>
span { border-color: #95DBCB; }
span { border-color: rgb(149,219,203); }
td.TdClassName
{
border-color: #95DBCB;
}
.TagClassName
{
border-color: #95DBCB;
}
</style>