Shades of Bermuda #89CDB5
Tints of Bermuda #89CDB5
RGB
CMYK
RGB Variations
Color information
#89CDB5 (or 0x89CDB5) is known color: Bermuda. HEX triplet: 89, CD and B5. RGB value is (137,205,181). Sum of RGB (Red+Green+Blue) = 137+205+181=523 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.20% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 205 - color contains mainly: green. Hex color #89CDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CDB5 is #76324A. Grayscale: #B5B5B5. Windows color (decimal): -7746123 or 11914633. OLE color: 11914633.
HSL color Cylindrical-coordinate representation of color #89CDB5: hue angle of 158.82º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89CDB5 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 205 | 181 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.20 |
| HSL | 158.82º | 0.4% | 0.67% | - |
| HSV(B) | 158.82º | 0.33% | 0.8% | - |
| XYZ | 40.49 | 52.32 | 51.68 | - |
| YUV | 181.93 | 127.47 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 205 | 181 | 0.33 | 0 | 0.12 | 0.20 | 158.82 | 0.4 | 0.67 |
| Hex | 89 | CD | B5 | 21 | 0 | C | 14 | 9F | 28 | 43 |
| Octal | 211 | 315 | 265 | 41 | 0 | 14 | 24 | 237 | 50 | 103 |
| Binary | 10001001 | 11001101 | 10110101 | 100001 | 0 | 1100 | 10100 | 10011111 | 101000 | 1000011 |
Color Harmonies of #89CDB5
Complementary color
Monochromatic Colors of #89CDB5
Black with #89CDB5
Text Example
Text Example
White with #89CDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CDB5; }
p { color: rgb(137,205,181); }
H1.HeaderClassName
{
color: #89CDB5;
}
.AnyTagClassName
{
color: #89CDB5;
}
</style>
background-color css
<style>
a { background-color: #89CDB5; }
a { background-color: rgb(137,205,181); }
div.DivClassName
{
background-color: #89CDB5;
}
.BgClassName
{
background-color: #89CDB5;
}
</style>
border-color css
<style>
span { border-color: #89CDB5; }
span { border-color: rgb(137,205,181); }
td.TdClassName
{
border-color: #89CDB5;
}
.TagClassName
{
border-color: #89CDB5;
}
</style>