Shades of Bermuda #8AD5BC
Tints of Bermuda #8AD5BC
RGB
CMYK
RGB Variations
Color information
#8AD5BC (or 0x8AD5BC) is known color: Bermuda. HEX triplet: 8A, D5 and BC. RGB value is (138,213,188). Sum of RGB (Red+Green+Blue) = 138+213+188=539 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.60% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD5BC is #752A43. Grayscale: #BBBBBB. Windows color (decimal): -7678532 or 12375434. OLE color: 12375434.
HSL color Cylindrical-coordinate representation of color #8AD5BC: hue angle of 160º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AD5BC is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 213 | 188 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.16 |
| HSL | 160º | 0.47% | 0.69% | - |
| HSV(B) | 160º | 0.35% | 0.84% | - |
| XYZ | 43.35 | 56.62 | 56.22 | - |
| YUV | 187.73 | 128.15 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 213 | 188 | 0.35 | 0 | 0.12 | 0.16 | 160 | 0.47 | 0.69 |
| Hex | 8A | D5 | BC | 23 | 0 | C | 10 | A0 | 2F | 45 |
| Octal | 212 | 325 | 274 | 43 | 0 | 14 | 20 | 240 | 57 | 105 |
| Binary | 10001010 | 11010101 | 10111100 | 100011 | 0 | 1100 | 10000 | 10100000 | 101111 | 1000101 |
Color Harmonies of #8AD5BC
Complementary color
Monochromatic Colors of #8AD5BC
Black with #8AD5BC
Text Example
Text Example
White with #8AD5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD5BC; }
p { color: rgb(138,213,188); }
H1.HeaderClassName
{
color: #8AD5BC;
}
.AnyTagClassName
{
color: #8AD5BC;
}
</style>
background-color css
<style>
a { background-color: #8AD5BC; }
a { background-color: rgb(138,213,188); }
div.DivClassName
{
background-color: #8AD5BC;
}
.BgClassName
{
background-color: #8AD5BC;
}
</style>
border-color css
<style>
span { border-color: #8AD5BC; }
span { border-color: rgb(138,213,188); }
td.TdClassName
{
border-color: #8AD5BC;
}
.TagClassName
{
border-color: #8AD5BC;
}
</style>