Shades of Bermuda #95CEC0
Tints of Bermuda #95CEC0
RGB
CMYK
RGB Variations
Color information
#95CEC0 (or 0x95CEC0) is known color: Bermuda. HEX triplet: 95, CE and C0. RGB value is (149,206,192). Sum of RGB (Red+Green+Blue) = 149+206+192=547 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.24% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 206 - color contains mainly: green. Hex color #95CEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CEC0 is #6A313F. Grayscale: #BBBBBB. Windows color (decimal): -6959424 or 12635797. OLE color: 12635797.
HSL color Cylindrical-coordinate representation of color #95CEC0: hue angle of 165.26º 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 #95CEC0 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 206 | 192 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.19 |
| HSL | 165.26º | 0.37% | 0.7% | - |
| HSV(B) | 165.26º | 0.28% | 0.81% | - |
| XYZ | 43.98 | 54.34 | 58.04 | - |
| YUV | 187.36 | 130.62 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 206 | 192 | 0.28 | 0 | 0.07 | 0.19 | 165.26 | 0.37 | 0.7 |
| Hex | 95 | CE | C0 | 1C | 0 | 7 | 13 | A5 | 25 | 46 |
| Octal | 225 | 316 | 300 | 34 | 0 | 7 | 23 | 245 | 45 | 106 |
| Binary | 10010101 | 11001110 | 11000000 | 11100 | 0 | 111 | 10011 | 10100101 | 100101 | 1000110 |
Color Harmonies of #95CEC0
Complementary color
Monochromatic Colors of #95CEC0
Black with #95CEC0
Text Example
Text Example
White with #95CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CEC0; }
p { color: rgb(149,206,192); }
H1.HeaderClassName
{
color: #95CEC0;
}
.AnyTagClassName
{
color: #95CEC0;
}
</style>
background-color css
<style>
a { background-color: #95CEC0; }
a { background-color: rgb(149,206,192); }
div.DivClassName
{
background-color: #95CEC0;
}
.BgClassName
{
background-color: #95CEC0;
}
</style>
border-color css
<style>
span { border-color: #95CEC0; }
span { border-color: rgb(149,206,192); }
td.TdClassName
{
border-color: #95CEC0;
}
.TagClassName
{
border-color: #95CEC0;
}
</style>