Shades of Bermuda #91CEC2
Tints of Bermuda #91CEC2
RGB
CMYK
RGB Variations
Color information
#91CEC2 (or 0x91CEC2) is known color: Bermuda. HEX triplet: 91, CE and C2. RGB value is (145,206,194). Sum of RGB (Red+Green+Blue) = 145+206+194=545 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.61% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 206 - color contains mainly: green. Hex color #91CEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CEC2 is #6E313D. Grayscale: #BABABA. Windows color (decimal): -7221566 or 12766865. OLE color: 12766865.
HSL color Cylindrical-coordinate representation of color #91CEC2: hue angle of 168.2º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91CEC2 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 206 | 194 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.19 |
| HSL | 168.2º | 0.38% | 0.69% | - |
| HSV(B) | 168.2º | 0.3% | 0.81% | - |
| XYZ | 43.49 | 54.06 | 59.18 | - |
| YUV | 186.39 | 132.29 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 206 | 194 | 0.30 | 0 | 0.06 | 0.19 | 168.2 | 0.38 | 0.69 |
| Hex | 91 | CE | C2 | 1E | 0 | 6 | 13 | A8 | 26 | 45 |
| Octal | 221 | 316 | 302 | 36 | 0 | 6 | 23 | 250 | 46 | 105 |
| Binary | 10010001 | 11001110 | 11000010 | 11110 | 0 | 110 | 10011 | 10101000 | 100110 | 1000101 |
Color Harmonies of #91CEC2
Complementary color
Monochromatic Colors of #91CEC2
Black with #91CEC2
Text Example
Text Example
White with #91CEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CEC2; }
p { color: rgb(145,206,194); }
H1.HeaderClassName
{
color: #91CEC2;
}
.AnyTagClassName
{
color: #91CEC2;
}
</style>
background-color css
<style>
a { background-color: #91CEC2; }
a { background-color: rgb(145,206,194); }
div.DivClassName
{
background-color: #91CEC2;
}
.BgClassName
{
background-color: #91CEC2;
}
</style>
border-color css
<style>
span { border-color: #91CEC2; }
span { border-color: rgb(145,206,194); }
td.TdClassName
{
border-color: #91CEC2;
}
.TagClassName
{
border-color: #91CEC2;
}
</style>