Shades of Bermuda #8ACABC
Tints of Bermuda #8ACABC
RGB
CMYK
RGB Variations
Color information
#8ACABC (or 0x8ACABC) is known color: Bermuda. HEX triplet: 8A, CA and BC. RGB value is (138,202,188). Sum of RGB (Red+Green+Blue) = 138+202+188=528 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.14% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 202 - color contains mainly: green. Hex color #8ACABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACABC is #753543. Grayscale: #B5B5B5. Windows color (decimal): -7681348 or 12372618. OLE color: 12372618.
HSL color Cylindrical-coordinate representation of color #8ACABC: hue angle of 166.88º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ACABC is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 202 | 188 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.21 |
| HSL | 166.88º | 0.38% | 0.67% | - |
| HSV(B) | 166.88º | 0.32% | 0.79% | - |
| XYZ | 40.68 | 51.28 | 55.33 | - |
| YUV | 181.27 | 131.8 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 202 | 188 | 0.32 | 0 | 0.07 | 0.21 | 166.88 | 0.38 | 0.67 |
| Hex | 8A | CA | BC | 20 | 0 | 7 | 15 | A7 | 26 | 43 |
| Octal | 212 | 312 | 274 | 40 | 0 | 7 | 25 | 247 | 46 | 103 |
| Binary | 10001010 | 11001010 | 10111100 | 100000 | 0 | 111 | 10101 | 10100111 | 100110 | 1000011 |
Color Harmonies of #8ACABC
Complementary color
Monochromatic Colors of #8ACABC
Black with #8ACABC
Text Example
Text Example
White with #8ACABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACABC; }
p { color: rgb(138,202,188); }
H1.HeaderClassName
{
color: #8ACABC;
}
.AnyTagClassName
{
color: #8ACABC;
}
</style>
background-color css
<style>
a { background-color: #8ACABC; }
a { background-color: rgb(138,202,188); }
div.DivClassName
{
background-color: #8ACABC;
}
.BgClassName
{
background-color: #8ACABC;
}
</style>
border-color css
<style>
span { border-color: #8ACABC; }
span { border-color: rgb(138,202,188); }
td.TdClassName
{
border-color: #8ACABC;
}
.TagClassName
{
border-color: #8ACABC;
}
</style>