Shades of Bermuda #89CEC4
Tints of Bermuda #89CEC4
RGB
CMYK
RGB Variations
Color information
#89CEC4 (or 0x89CEC4) is known color: Bermuda. HEX triplet: 89, CE and C4. RGB value is (137,206,196). Sum of RGB (Red+Green+Blue) = 137+206+196=539 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.42% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 196 (76.95% from 255 or 36.36% from 539); Max value from RGB is 206 - color contains mainly: green. Hex color #89CEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CEC4 is #76313B. Grayscale: #B8B8B8. Windows color (decimal): -7745852 or 12897929. OLE color: 12897929.
HSL color Cylindrical-coordinate representation of color #89CEC4: hue angle of 171.3º 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 #89CEC4 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 206 | 196 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.19 |
| HSL | 171.3º | 0.41% | 0.67% | - |
| HSV(B) | 171.3º | 0.33% | 0.81% | - |
| XYZ | 42.35 | 53.45 | 60.31 | - |
| YUV | 184.23 | 134.64 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 206 | 196 | 0.33 | 0 | 0.05 | 0.19 | 171.3 | 0.41 | 0.67 |
| Hex | 89 | CE | C4 | 21 | 0 | 5 | 13 | AB | 29 | 43 |
| Octal | 211 | 316 | 304 | 41 | 0 | 5 | 23 | 253 | 51 | 103 |
| Binary | 10001001 | 11001110 | 11000100 | 100001 | 0 | 101 | 10011 | 10101011 | 101001 | 1000011 |
Color Harmonies of #89CEC4
Complementary color
Monochromatic Colors of #89CEC4
Black with #89CEC4
Text Example
Text Example
White with #89CEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CEC4; }
p { color: rgb(137,206,196); }
H1.HeaderClassName
{
color: #89CEC4;
}
.AnyTagClassName
{
color: #89CEC4;
}
</style>
background-color css
<style>
a { background-color: #89CEC4; }
a { background-color: rgb(137,206,196); }
div.DivClassName
{
background-color: #89CEC4;
}
.BgClassName
{
background-color: #89CEC4;
}
</style>
border-color css
<style>
span { border-color: #89CEC4; }
span { border-color: rgb(137,206,196); }
td.TdClassName
{
border-color: #89CEC4;
}
.TagClassName
{
border-color: #89CEC4;
}
</style>