Shades of Bermuda #8ADCBD
Tints of Bermuda #8ADCBD
RGB
CMYK
RGB Variations
Color information
#8ADCBD (or 0x8ADCBD) is known color: Bermuda. HEX triplet: 8A, DC and BD. RGB value is (138,220,189). Sum of RGB (Red+Green+Blue) = 138+220+189=547 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.23% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADCBD is #752342. Grayscale: #BFBFBF. Windows color (decimal): -7676739 or 12442762. OLE color: 12442762.
HSL color Cylindrical-coordinate representation of color #8ADCBD: hue angle of 157.32º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ADCBD is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 220 | 189 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.14 |
| HSL | 157.32º | 0.54% | 0.7% | - |
| HSV(B) | 157.32º | 0.37% | 0.86% | - |
| XYZ | 45.26 | 60.26 | 57.39 | - |
| YUV | 191.95 | 126.33 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 189 | 0.37 | 0 | 0.14 | 0.14 | 157.32 | 0.54 | 0.7 |
| Hex | 8A | DC | BD | 25 | 0 | E | E | 9D | 36 | 46 |
| Octal | 212 | 334 | 275 | 45 | 0 | 16 | 16 | 235 | 66 | 106 |
| Binary | 10001010 | 11011100 | 10111101 | 100101 | 0 | 1110 | 1110 | 10011101 | 110110 | 1000110 |
Color Harmonies of #8ADCBD
Complementary color
Monochromatic Colors of #8ADCBD
Black with #8ADCBD
Text Example
Text Example
White with #8ADCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADCBD; }
p { color: rgb(138,220,189); }
H1.HeaderClassName
{
color: #8ADCBD;
}
.AnyTagClassName
{
color: #8ADCBD;
}
</style>
background-color css
<style>
a { background-color: #8ADCBD; }
a { background-color: rgb(138,220,189); }
div.DivClassName
{
background-color: #8ADCBD;
}
.BgClassName
{
background-color: #8ADCBD;
}
</style>
border-color css
<style>
span { border-color: #8ADCBD; }
span { border-color: rgb(138,220,189); }
td.TdClassName
{
border-color: #8ADCBD;
}
.TagClassName
{
border-color: #8ADCBD;
}
</style>