Shades of Bermuda #95CBC2
Tints of Bermuda #95CBC2
RGB
CMYK
RGB Variations
Color information
#95CBC2 (or 0x95CBC2) is known color: Bermuda. HEX triplet: 95, CB and C2. RGB value is (149,203,194). Sum of RGB (Red+Green+Blue) = 149+203+194=546 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.29% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 194 (76.17% from 255 or 35.53% from 546); Max value from RGB is 203 - color contains mainly: green. Hex color #95CBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CBC2 is #6A343D. Grayscale: #B9B9B9. Windows color (decimal): -6960190 or 12766101. OLE color: 12766101.
HSL color Cylindrical-coordinate representation of color #95CBC2: hue angle of 170º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95CBC2 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 203 | 194 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.20 |
| HSL | 170º | 0.34% | 0.69% | - |
| HSV(B) | 170º | 0.27% | 0.8% | - |
| XYZ | 43.49 | 53 | 58.98 | - |
| YUV | 185.83 | 132.61 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 203 | 194 | 0.27 | 0 | 0.04 | 0.20 | 170 | 0.34 | 0.69 |
| Hex | 95 | CB | C2 | 1B | 0 | 4 | 14 | AA | 22 | 45 |
| Octal | 225 | 313 | 302 | 33 | 0 | 4 | 24 | 252 | 42 | 105 |
| Binary | 10010101 | 11001011 | 11000010 | 11011 | 0 | 100 | 10100 | 10101010 | 100010 | 1000101 |
Color Harmonies of #95CBC2
Complementary color
Monochromatic Colors of #95CBC2
Black with #95CBC2
Text Example
Text Example
White with #95CBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CBC2; }
p { color: rgb(149,203,194); }
H1.HeaderClassName
{
color: #95CBC2;
}
.AnyTagClassName
{
color: #95CBC2;
}
</style>
background-color css
<style>
a { background-color: #95CBC2; }
a { background-color: rgb(149,203,194); }
div.DivClassName
{
background-color: #95CBC2;
}
.BgClassName
{
background-color: #95CBC2;
}
</style>
border-color css
<style>
span { border-color: #95CBC2; }
span { border-color: rgb(149,203,194); }
td.TdClassName
{
border-color: #95CBC2;
}
.TagClassName
{
border-color: #95CBC2;
}
</style>