Shades of Bermuda #8AC9B4
Tints of Bermuda #8AC9B4
RGB
CMYK
RGB Variations
Color information
#8AC9B4 (or 0x8AC9B4) is known color: Bermuda. HEX triplet: 8A, C9 and B4. RGB value is (138,201,180). Sum of RGB (Red+Green+Blue) = 138+201+180=519 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.59% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 201 - color contains mainly: green. Hex color #8AC9B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC9B4 is #75364B. Grayscale: #B3B3B3. Windows color (decimal): -7681612 or 11848074. OLE color: 11848074.
HSL color Cylindrical-coordinate representation of color #8AC9B4: hue angle of 160º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8AC9B4 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 201 | 180 | - |
| CMYK | 0.31 | 0 | 0.10 | 0.21 |
| HSL | 160º | 0.37% | 0.66% | - |
| HSV(B) | 160º | 0.31% | 0.79% | - |
| XYZ | 39.61 | 50.47 | 50.83 | - |
| YUV | 179.77 | 128.13 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 201 | 180 | 0.31 | 0 | 0.10 | 0.21 | 160 | 0.37 | 0.66 |
| Hex | 8A | C9 | B4 | 1F | 0 | A | 15 | A0 | 25 | 42 |
| Octal | 212 | 311 | 264 | 37 | 0 | 12 | 25 | 240 | 45 | 102 |
| Binary | 10001010 | 11001001 | 10110100 | 11111 | 0 | 1010 | 10101 | 10100000 | 100101 | 1000010 |
Color Harmonies of #8AC9B4
Complementary color
Monochromatic Colors of #8AC9B4
Black with #8AC9B4
Text Example
Text Example
White with #8AC9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC9B4; }
p { color: rgb(138,201,180); }
H1.HeaderClassName
{
color: #8AC9B4;
}
.AnyTagClassName
{
color: #8AC9B4;
}
</style>
background-color css
<style>
a { background-color: #8AC9B4; }
a { background-color: rgb(138,201,180); }
div.DivClassName
{
background-color: #8AC9B4;
}
.BgClassName
{
background-color: #8AC9B4;
}
</style>
border-color css
<style>
span { border-color: #8AC9B4; }
span { border-color: rgb(138,201,180); }
td.TdClassName
{
border-color: #8AC9B4;
}
.TagClassName
{
border-color: #8AC9B4;
}
</style>