Shades of Bermuda #8ACCC0
Tints of Bermuda #8ACCC0
RGB
CMYK
RGB Variations
Color information
#8ACCC0 (or 0x8ACCC0) is known color: Bermuda. HEX triplet: 8A, CC and C0. RGB value is (138,204,192). Sum of RGB (Red+Green+Blue) = 138+204+192=534 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.84% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACCC0 is #75333F. Grayscale: #B6B6B6. Windows color (decimal): -7680832 or 12635274. OLE color: 12635274.
HSL color Cylindrical-coordinate representation of color #8ACCC0: hue angle of 169.09º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ACCC0 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 204 | 192 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.2 |
| HSL | 169.09º | 0.39% | 0.67% | - |
| HSV(B) | 169.09º | 0.32% | 0.8% | - |
| XYZ | 41.59 | 52.39 | 57.79 | - |
| YUV | 182.9 | 133.13 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 204 | 192 | 0.32 | 0 | 0.06 | 0.2 | 169.09 | 0.39 | 0.67 |
| Hex | 8A | CC | C0 | 20 | 0 | 6 | 14 | A9 | 27 | 43 |
| Octal | 212 | 314 | 300 | 40 | 0 | 6 | 24 | 251 | 47 | 103 |
| Binary | 10001010 | 11001100 | 11000000 | 100000 | 0 | 110 | 10100 | 10101001 | 100111 | 1000011 |
Color Harmonies of #8ACCC0
Complementary color
Monochromatic Colors of #8ACCC0
Black with #8ACCC0
Text Example
Text Example
White with #8ACCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACCC0; }
p { color: rgb(138,204,192); }
H1.HeaderClassName
{
color: #8ACCC0;
}
.AnyTagClassName
{
color: #8ACCC0;
}
</style>
background-color css
<style>
a { background-color: #8ACCC0; }
a { background-color: rgb(138,204,192); }
div.DivClassName
{
background-color: #8ACCC0;
}
.BgClassName
{
background-color: #8ACCC0;
}
</style>
border-color css
<style>
span { border-color: #8ACCC0; }
span { border-color: rgb(138,204,192); }
td.TdClassName
{
border-color: #8ACCC0;
}
.TagClassName
{
border-color: #8ACCC0;
}
</style>