Shades of Riptide #95E3CB
Tints of Riptide #95E3CB
RGB
CMYK
RGB Variations
Color information
#95E3CB (or 0x95E3CB) is known color: Riptide. HEX triplet: 95, E3 and CB. RGB value is (149,227,203). Sum of RGB (Red+Green+Blue) = 149+227+203=579 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.73% from 579); Green value is 227 (89.06% from 255 or 39.21% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 227 - color contains mainly: green. Hex color #95E3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E3CB is #6A1C34. Grayscale: #C8C8C8. Windows color (decimal): -6954037 or 13362069. OLE color: 13362069.
HSL color Cylindrical-coordinate representation of color #95E3CB: hue angle of 161.54º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95E3CB is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 227 | 203 | - |
| CMYK | 0.34 | 0 | 0.11 | 0.11 |
| HSL | 161.54º | 0.58% | 0.74% | - |
| HSV(B) | 161.54º | 0.34% | 0.89% | - |
| XYZ | 50.64 | 65.64 | 66.5 | - |
| YUV | 200.94 | 129.16 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 227 | 203 | 0.34 | 0 | 0.11 | 0.11 | 161.54 | 0.58 | 0.74 |
| Hex | 95 | E3 | CB | 22 | 0 | B | B | A2 | 3A | 4A |
| Octal | 225 | 343 | 313 | 42 | 0 | 13 | 13 | 242 | 72 | 112 |
| Binary | 10010101 | 11100011 | 11001011 | 100010 | 0 | 1011 | 1011 | 10100010 | 111010 | 1001010 |
Color Harmonies of #95E3CB
Complementary color
Monochromatic Colors of #95E3CB
Black with #95E3CB
Text Example
Text Example
White with #95E3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E3CB; }
p { color: rgb(149,227,203); }
H1.HeaderClassName
{
color: #95E3CB;
}
.AnyTagClassName
{
color: #95E3CB;
}
</style>
background-color css
<style>
a { background-color: #95E3CB; }
a { background-color: rgb(149,227,203); }
div.DivClassName
{
background-color: #95E3CB;
}
.BgClassName
{
background-color: #95E3CB;
}
</style>
border-color css
<style>
span { border-color: #95E3CB; }
span { border-color: rgb(149,227,203); }
td.TdClassName
{
border-color: #95E3CB;
}
.TagClassName
{
border-color: #95E3CB;
}
</style>