Shades of Bermuda #89CFC2
Tints of Bermuda #89CFC2
RGB
CMYK
RGB Variations
Color information
#89CFC2 (or 0x89CFC2) is known color: Bermuda. HEX triplet: 89, CF and C2. RGB value is (137,207,194). Sum of RGB (Red+Green+Blue) = 137+207+194=538 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.46% from 538); Green value is 207 (81.25% from 255 or 38.48% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 207 - color contains mainly: green. Hex color #89CFC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CFC2 is #76303D. Grayscale: #B8B8B8. Windows color (decimal): -7745598 or 12767113. OLE color: 12767113.
HSL color Cylindrical-coordinate representation of color #89CFC2: hue angle of 168.86º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89CFC2 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 207 | 194 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.19 |
| HSL | 168.86º | 0.42% | 0.67% | - |
| HSV(B) | 168.86º | 0.34% | 0.81% | - |
| XYZ | 42.37 | 53.84 | 59.2 | - |
| YUV | 184.59 | 133.31 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 207 | 194 | 0.34 | 0 | 0.06 | 0.19 | 168.86 | 0.42 | 0.67 |
| Hex | 89 | CF | C2 | 22 | 0 | 6 | 13 | A9 | 2A | 43 |
| Octal | 211 | 317 | 302 | 42 | 0 | 6 | 23 | 251 | 52 | 103 |
| Binary | 10001001 | 11001111 | 11000010 | 100010 | 0 | 110 | 10011 | 10101001 | 101010 | 1000011 |
Color Harmonies of #89CFC2
Complementary color
Monochromatic Colors of #89CFC2
Black with #89CFC2
Text Example
Text Example
White with #89CFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CFC2; }
p { color: rgb(137,207,194); }
H1.HeaderClassName
{
color: #89CFC2;
}
.AnyTagClassName
{
color: #89CFC2;
}
</style>
background-color css
<style>
a { background-color: #89CFC2; }
a { background-color: rgb(137,207,194); }
div.DivClassName
{
background-color: #89CFC2;
}
.BgClassName
{
background-color: #89CFC2;
}
</style>
border-color css
<style>
span { border-color: #89CFC2; }
span { border-color: rgb(137,207,194); }
td.TdClassName
{
border-color: #89CFC2;
}
.TagClassName
{
border-color: #89CFC2;
}
</style>