Shades of Bermuda #91C7C3
Tints of Bermuda #91C7C3
RGB
CMYK
RGB Variations
Color information
#91C7C3 (or 0x91C7C3) is known color: Bermuda. HEX triplet: 91, C7 and C3. RGB value is (145,199,195). Sum of RGB (Red+Green+Blue) = 145+199+195=539 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.90% from 539); Green value is 199 (78.12% from 255 or 36.92% from 539); Blue value is 195 (76.56% from 255 or 36.18% from 539); Max value from RGB is 199 - color contains mainly: green. Hex color #91C7C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91C7C3 is #6E383C. Grayscale: #B6B6B6. Windows color (decimal): -7223357 or 12830609. OLE color: 12830609.
HSL color Cylindrical-coordinate representation of color #91C7C3: hue angle of 175.56º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #91C7C3 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 199 | 195 | - |
| CMYK | 0.27 | 0 | 0.02 | 0.22 |
| HSL | 175.56º | 0.33% | 0.67% | - |
| HSV(B) | 175.56º | 0.27% | 0.78% | - |
| XYZ | 41.95 | 50.81 | 59.23 | - |
| YUV | 182.4 | 135.11 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 199 | 195 | 0.27 | 0 | 0.02 | 0.22 | 175.56 | 0.33 | 0.67 |
| Hex | 91 | C7 | C3 | 1B | 0 | 2 | 16 | B0 | 21 | 43 |
| Octal | 221 | 307 | 303 | 33 | 0 | 2 | 26 | 260 | 41 | 103 |
| Binary | 10010001 | 11000111 | 11000011 | 11011 | 0 | 10 | 10110 | 10110000 | 100001 | 1000011 |
Color Harmonies of #91C7C3
Complementary color
Monochromatic Colors of #91C7C3
Black with #91C7C3
Text Example
Text Example
White with #91C7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C7C3; }
p { color: rgb(145,199,195); }
H1.HeaderClassName
{
color: #91C7C3;
}
.AnyTagClassName
{
color: #91C7C3;
}
</style>
background-color css
<style>
a { background-color: #91C7C3; }
a { background-color: rgb(145,199,195); }
div.DivClassName
{
background-color: #91C7C3;
}
.BgClassName
{
background-color: #91C7C3;
}
</style>
border-color css
<style>
span { border-color: #91C7C3; }
span { border-color: rgb(145,199,195); }
td.TdClassName
{
border-color: #91C7C3;
}
.TagClassName
{
border-color: #91C7C3;
}
</style>