Shades of Bermuda #8ACDB4
Tints of Bermuda #8ACDB4
RGB
CMYK
RGB Variations
Color information
#8ACDB4 (or 0x8ACDB4) is known color: Bermuda. HEX triplet: 8A, CD and B4. RGB value is (138,205,180). Sum of RGB (Red+Green+Blue) = 138+205+180=523 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.39% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 180 (70.70% from 255 or 34.42% from 523); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACDB4 is #75324B. Grayscale: #B6B6B6. Windows color (decimal): -7680588 or 11849098. OLE color: 11849098.
HSL color Cylindrical-coordinate representation of color #8ACDB4: hue angle of 157.61º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACDB4 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 205 | 180 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.20 |
| HSL | 157.61º | 0.4% | 0.67% | - |
| HSV(B) | 157.61º | 0.33% | 0.8% | - |
| XYZ | 40.55 | 52.36 | 51.15 | - |
| YUV | 182.12 | 126.8 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 205 | 180 | 0.33 | 0 | 0.12 | 0.20 | 157.61 | 0.4 | 0.67 |
| Hex | 8A | CD | B4 | 21 | 0 | C | 14 | 9E | 28 | 43 |
| Octal | 212 | 315 | 264 | 41 | 0 | 14 | 24 | 236 | 50 | 103 |
| Binary | 10001010 | 11001101 | 10110100 | 100001 | 0 | 1100 | 10100 | 10011110 | 101000 | 1000011 |
Color Harmonies of #8ACDB4
Complementary color
Monochromatic Colors of #8ACDB4
Black with #8ACDB4
Text Example
Text Example
White with #8ACDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACDB4; }
p { color: rgb(138,205,180); }
H1.HeaderClassName
{
color: #8ACDB4;
}
.AnyTagClassName
{
color: #8ACDB4;
}
</style>
background-color css
<style>
a { background-color: #8ACDB4; }
a { background-color: rgb(138,205,180); }
div.DivClassName
{
background-color: #8ACDB4;
}
.BgClassName
{
background-color: #8ACDB4;
}
</style>
border-color css
<style>
span { border-color: #8ACDB4; }
span { border-color: rgb(138,205,180); }
td.TdClassName
{
border-color: #8ACDB4;
}
.TagClassName
{
border-color: #8ACDB4;
}
</style>