Shades of Bermuda #8ACCCA
Tints of Bermuda #8ACCCA
RGB
CMYK
RGB Variations
Color information
#8ACCCA (or 0x8ACCCA) is known color: Bermuda. HEX triplet: 8A, CC and CA. RGB value is (138,204,202). Sum of RGB (Red+Green+Blue) = 138+204+202=544 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.37% from 544); Green value is 204 (80.08% from 255 or 37.5% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACCCA is #753335. Grayscale: #B7B7B7. Windows color (decimal): -7680822 or 13290634. OLE color: 13290634.
HSL color Cylindrical-coordinate representation of color #8ACCCA: hue angle of 178.18º 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 #8ACCCA is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 204 | 202 | - |
| CMYK | 0.32 | 0 | 0.01 | 0.2 |
| HSL | 178.18º | 0.39% | 0.67% | - |
| HSV(B) | 178.18º | 0.32% | 0.8% | - |
| XYZ | 42.73 | 52.85 | 63.83 | - |
| YUV | 184.04 | 138.13 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 204 | 202 | 0.32 | 0 | 0.01 | 0.2 | 178.18 | 0.39 | 0.67 |
| Hex | 8A | CC | CA | 20 | 0 | 1 | 14 | B2 | 27 | 43 |
| Octal | 212 | 314 | 312 | 40 | 0 | 1 | 24 | 262 | 47 | 103 |
| Binary | 10001010 | 11001100 | 11001010 | 100000 | 0 | 1 | 10100 | 10110010 | 100111 | 1000011 |
Color Harmonies of #8ACCCA
Complementary color
Monochromatic Colors of #8ACCCA
Black with #8ACCCA
Text Example
Text Example
White with #8ACCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACCCA; }
p { color: rgb(138,204,202); }
H1.HeaderClassName
{
color: #8ACCCA;
}
.AnyTagClassName
{
color: #8ACCCA;
}
</style>
background-color css
<style>
a { background-color: #8ACCCA; }
a { background-color: rgb(138,204,202); }
div.DivClassName
{
background-color: #8ACCCA;
}
.BgClassName
{
background-color: #8ACCCA;
}
</style>
border-color css
<style>
span { border-color: #8ACCCA; }
span { border-color: rgb(138,204,202); }
td.TdClassName
{
border-color: #8ACCCA;
}
.TagClassName
{
border-color: #8ACCCA;
}
</style>