Shades of Bermuda #89CEC3
Tints of Bermuda #89CEC3
RGB
CMYK
RGB Variations
Color information
#89CEC3 (or 0x89CEC3) is known color: Bermuda. HEX triplet: 89, CE and C3. RGB value is (137,206,195). Sum of RGB (Red+Green+Blue) = 137+206+195=538 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.46% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 195 (76.56% from 255 or 36.25% from 538); Max value from RGB is 206 - color contains mainly: green. Hex color #89CEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CEC3 is #76313C. Grayscale: #B8B8B8. Windows color (decimal): -7745853 or 12832393. OLE color: 12832393.
HSL color Cylindrical-coordinate representation of color #89CEC3: hue angle of 170.43º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89CEC3 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 206 | 195 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.19 |
| HSL | 170.43º | 0.41% | 0.67% | - |
| HSV(B) | 170.43º | 0.33% | 0.81% | - |
| XYZ | 42.24 | 53.4 | 59.71 | - |
| YUV | 184.12 | 134.14 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 206 | 195 | 0.33 | 0 | 0.05 | 0.19 | 170.43 | 0.41 | 0.67 |
| Hex | 89 | CE | C3 | 21 | 0 | 5 | 13 | AA | 29 | 43 |
| Octal | 211 | 316 | 303 | 41 | 0 | 5 | 23 | 252 | 51 | 103 |
| Binary | 10001001 | 11001110 | 11000011 | 100001 | 0 | 101 | 10011 | 10101010 | 101001 | 1000011 |
Color Harmonies of #89CEC3
Complementary color
Monochromatic Colors of #89CEC3
Black with #89CEC3
Text Example
Text Example
White with #89CEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CEC3; }
p { color: rgb(137,206,195); }
H1.HeaderClassName
{
color: #89CEC3;
}
.AnyTagClassName
{
color: #89CEC3;
}
</style>
background-color css
<style>
a { background-color: #89CEC3; }
a { background-color: rgb(137,206,195); }
div.DivClassName
{
background-color: #89CEC3;
}
.BgClassName
{
background-color: #89CEC3;
}
</style>
border-color css
<style>
span { border-color: #89CEC3; }
span { border-color: rgb(137,206,195); }
td.TdClassName
{
border-color: #89CEC3;
}
.TagClassName
{
border-color: #89CEC3;
}
</style>