Shades of Bermuda #8ACAC3
Tints of Bermuda #8ACAC3
RGB
CMYK
RGB Variations
Color information
#8ACAC3 (or 0x8ACAC3) is known color: Bermuda. HEX triplet: 8A, CA and C3. RGB value is (138,202,195). Sum of RGB (Red+Green+Blue) = 138+202+195=535 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.79% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 195 (76.56% from 255 or 36.45% from 535); Max value from RGB is 202 - color contains mainly: green. Hex color #8ACAC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACAC3 is #75353C. Grayscale: #B6B6B6. Windows color (decimal): -7681341 or 12831370. OLE color: 12831370.
HSL color Cylindrical-coordinate representation of color #8ACAC3: hue angle of 173.44º 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 #8ACAC3 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
RGB | 138 | 202 | 195 | - |
CMYK | 0.32 | 0 | 0.03 | 0.21 |
HSL | 173.44º | 0.38% | 0.67% | - |
HSV(B) | 173.44º | 0.32% | 0.79% | - |
XYZ | 41.45 | 51.58 | 59.4 | - |
YUV | 182.07 | 135.3 | 96.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 138 | 202 | 195 | 0.32 | 0 | 0.03 | 0.21 | 173.44 | 0.38 | 0.67 |
Hex | 8A | CA | C3 | 20 | 0 | 3 | 15 | AD | 26 | 43 |
Octal | 212 | 312 | 303 | 40 | 0 | 3 | 25 | 255 | 46 | 103 |
Binary | 10001010 | 11001010 | 11000011 | 100000 | 0 | 11 | 10101 | 10101101 | 100110 | 1000011 |
Color Harmonies of #8ACAC3
Complementary color
Monochromatic Colors of #8ACAC3
Black with #8ACAC3
Text Example
Text Example
White with #8ACAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACAC3; }
p { color: rgb(138,202,195); }
H1.HeaderClassName
{
color: #8ACAC3;
}
.AnyTagClassName
{
color: #8ACAC3;
}
</style>
background-color css
<style>
a { background-color: #8ACAC3; }
a { background-color: rgb(138,202,195); }
div.DivClassName
{
background-color: #8ACAC3;
}
.BgClassName
{
background-color: #8ACAC3;
}
</style>
border-color css
<style>
span { border-color: #8ACAC3; }
span { border-color: rgb(138,202,195); }
td.TdClassName
{
border-color: #8ACAC3;
}
.TagClassName
{
border-color: #8ACAC3;
}
</style>