Shades of Bermuda #89CAC1
Tints of Bermuda #89CAC1
RGB
CMYK
RGB Variations
Color information
#89CAC1 (or 0x89CAC1) is known color: Bermuda. HEX triplet: 89, CA and C1. RGB value is (137,202,193). Sum of RGB (Red+Green+Blue) = 137+202+193=532 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.75% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 193 (75.78% from 255 or 36.28% from 532); Max value from RGB is 202 - color contains mainly: green. Hex color #89CAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CAC1 is #76353E. Grayscale: #B5B5B5. Windows color (decimal): -7746879 or 12700297. OLE color: 12700297.
HSL color Cylindrical-coordinate representation of color #89CAC1: hue angle of 171.69º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89CAC1 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 202 | 193 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.21 |
| HSL | 171.69º | 0.38% | 0.66% | - |
| HSV(B) | 171.69º | 0.32% | 0.79% | - |
| XYZ | 41.06 | 51.41 | 58.21 | - |
| YUV | 181.54 | 134.47 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 202 | 193 | 0.32 | 0 | 0.04 | 0.21 | 171.69 | 0.38 | 0.66 |
| Hex | 89 | CA | C1 | 20 | 0 | 4 | 15 | AC | 26 | 42 |
| Octal | 211 | 312 | 301 | 40 | 0 | 4 | 25 | 254 | 46 | 102 |
| Binary | 10001001 | 11001010 | 11000001 | 100000 | 0 | 100 | 10101 | 10101100 | 100110 | 1000010 |
Color Harmonies of #89CAC1
Complementary color
Monochromatic Colors of #89CAC1
Black with #89CAC1
Text Example
Text Example
White with #89CAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CAC1; }
p { color: rgb(137,202,193); }
H1.HeaderClassName
{
color: #89CAC1;
}
.AnyTagClassName
{
color: #89CAC1;
}
</style>
background-color css
<style>
a { background-color: #89CAC1; }
a { background-color: rgb(137,202,193); }
div.DivClassName
{
background-color: #89CAC1;
}
.BgClassName
{
background-color: #89CAC1;
}
</style>
border-color css
<style>
span { border-color: #89CAC1; }
span { border-color: rgb(137,202,193); }
td.TdClassName
{
border-color: #89CAC1;
}
.TagClassName
{
border-color: #89CAC1;
}
</style>