Shades of Bermuda #95CEC1
Tints of Bermuda #95CEC1
RGB
CMYK
RGB Variations
Color information
#95CEC1 (or 0x95CEC1) is known color: Bermuda. HEX triplet: 95, CE and C1. RGB value is (149,206,193). Sum of RGB (Red+Green+Blue) = 149+206+193=548 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.19% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 193 (75.78% from 255 or 35.22% from 548); Max value from RGB is 206 - color contains mainly: green. Hex color #95CEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CEC1 is #6A313E. Grayscale: #BBBBBB. Windows color (decimal): -6959423 or 12701333. OLE color: 12701333.
HSL color Cylindrical-coordinate representation of color #95CEC1: hue angle of 166.32º 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 #95CEC1 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 206 | 193 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.19 |
| HSL | 166.32º | 0.37% | 0.7% | - |
| HSV(B) | 166.32º | 0.28% | 0.81% | - |
| XYZ | 44.09 | 54.38 | 58.63 | - |
| YUV | 187.48 | 131.12 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 206 | 193 | 0.28 | 0 | 0.06 | 0.19 | 166.32 | 0.37 | 0.7 |
| Hex | 95 | CE | C1 | 1C | 0 | 6 | 13 | A6 | 25 | 46 |
| Octal | 225 | 316 | 301 | 34 | 0 | 6 | 23 | 246 | 45 | 106 |
| Binary | 10010101 | 11001110 | 11000001 | 11100 | 0 | 110 | 10011 | 10100110 | 100101 | 1000110 |
Color Harmonies of #95CEC1
Complementary color
Monochromatic Colors of #95CEC1
Black with #95CEC1
Text Example
Text Example
White with #95CEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CEC1; }
p { color: rgb(149,206,193); }
H1.HeaderClassName
{
color: #95CEC1;
}
.AnyTagClassName
{
color: #95CEC1;
}
</style>
background-color css
<style>
a { background-color: #95CEC1; }
a { background-color: rgb(149,206,193); }
div.DivClassName
{
background-color: #95CEC1;
}
.BgClassName
{
background-color: #95CEC1;
}
</style>
border-color css
<style>
span { border-color: #95CEC1; }
span { border-color: rgb(149,206,193); }
td.TdClassName
{
border-color: #95CEC1;
}
.TagClassName
{
border-color: #95CEC1;
}
</style>