Shades of Bermuda #89D5C2
Tints of Bermuda #89D5C2
RGB
CMYK
RGB Variations
Color information
#89D5C2 (or 0x89D5C2) is known color: Bermuda. HEX triplet: 89, D5 and C2. RGB value is (137,213,194). Sum of RGB (Red+Green+Blue) = 137+213+194=544 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.18% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 194 (76.17% from 255 or 35.66% from 544); Max value from RGB is 213 - color contains mainly: green. Hex color #89D5C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D5C2 is #762A3D. Grayscale: #BCBCBC. Windows color (decimal): -7744062 or 12768649. OLE color: 12768649.
HSL color Cylindrical-coordinate representation of color #89D5C2: hue angle of 165º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89D5C2 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 137 | 213 | 194 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.16 |
| HSL | 165º | 0.48% | 0.69% | - |
| HSV(B) | 165º | 0.36% | 0.84% | - |
| XYZ | 43.85 | 56.8 | 59.69 | - |
| YUV | 188.11 | 131.32 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 213 | 194 | 0.36 | 0 | 0.09 | 0.16 | 165 | 0.48 | 0.69 |
| Hex | 89 | D5 | C2 | 24 | 0 | 9 | 10 | A5 | 30 | 45 |
| Octal | 211 | 325 | 302 | 44 | 0 | 11 | 20 | 245 | 60 | 105 |
| Binary | 10001001 | 11010101 | 11000010 | 100100 | 0 | 1001 | 10000 | 10100101 | 110000 | 1000101 |
Color Harmonies of #89D5C2
Complementary color
Monochromatic Colors of #89D5C2
Black with #89D5C2
Text Example
Text Example
White with #89D5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D5C2; }
p { color: rgb(137,213,194); }
H1.HeaderClassName
{
color: #89D5C2;
}
.AnyTagClassName
{
color: #89D5C2;
}
</style>
background-color css
<style>
a { background-color: #89D5C2; }
a { background-color: rgb(137,213,194); }
div.DivClassName
{
background-color: #89D5C2;
}
.BgClassName
{
background-color: #89D5C2;
}
</style>
border-color css
<style>
span { border-color: #89D5C2; }
span { border-color: rgb(137,213,194); }
td.TdClassName
{
border-color: #89D5C2;
}
.TagClassName
{
border-color: #89D5C2;
}
</style>