Shades of Bermuda #8ACBC4
Tints of Bermuda #8ACBC4
RGB
CMYK
RGB Variations
Color information
#8ACBC4 (or 0x8ACBC4) is known color: Bermuda. HEX triplet: 8A, CB and C4. RGB value is (138,203,196). Sum of RGB (Red+Green+Blue) = 138+203+196=537 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.70% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 196 (76.95% from 255 or 36.50% from 537); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACBC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACBC4 is #75343B. Grayscale: #B6B6B6. Windows color (decimal): -7681084 or 12897162. OLE color: 12897162.
HSL color Cylindrical-coordinate representation of color #8ACBC4: hue angle of 173.54º degrees, saturation: 0.38, 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 #8ACBC4 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 203 | 196 | - |
| CMYK | 0.32 | 0 | 0.03 | 0.20 |
| HSL | 173.54º | 0.38% | 0.67% | - |
| HSV(B) | 173.54º | 0.32% | 0.8% | - |
| XYZ | 41.8 | 52.1 | 60.08 | - |
| YUV | 182.77 | 135.47 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 203 | 196 | 0.32 | 0 | 0.03 | 0.20 | 173.54 | 0.38 | 0.67 |
| Hex | 8A | CB | C4 | 20 | 0 | 3 | 14 | AE | 26 | 43 |
| Octal | 212 | 313 | 304 | 40 | 0 | 3 | 24 | 256 | 46 | 103 |
| Binary | 10001010 | 11001011 | 11000100 | 100000 | 0 | 11 | 10100 | 10101110 | 100110 | 1000011 |
Color Harmonies of #8ACBC4
Complementary color
Monochromatic Colors of #8ACBC4
Black with #8ACBC4
Text Example
Text Example
White with #8ACBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACBC4; }
p { color: rgb(138,203,196); }
H1.HeaderClassName
{
color: #8ACBC4;
}
.AnyTagClassName
{
color: #8ACBC4;
}
</style>
background-color css
<style>
a { background-color: #8ACBC4; }
a { background-color: rgb(138,203,196); }
div.DivClassName
{
background-color: #8ACBC4;
}
.BgClassName
{
background-color: #8ACBC4;
}
</style>
border-color css
<style>
span { border-color: #8ACBC4; }
span { border-color: rgb(138,203,196); }
td.TdClassName
{
border-color: #8ACBC4;
}
.TagClassName
{
border-color: #8ACBC4;
}
</style>