Shades of Bermuda #8AD3BC
Tints of Bermuda #8AD3BC
RGB
CMYK
RGB Variations
Color information
#8AD3BC (or 0x8AD3BC) is known color: Bermuda. HEX triplet: 8A, D3 and BC. RGB value is (138,211,188). Sum of RGB (Red+Green+Blue) = 138+211+188=537 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.70% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD3BC is #752C43. Grayscale: #BABABA. Windows color (decimal): -7679044 or 12374922. OLE color: 12374922.
HSL color Cylindrical-coordinate representation of color #8AD3BC: hue angle of 161.1º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AD3BC is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 211 | 188 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.17 |
| HSL | 161.1º | 0.45% | 0.68% | - |
| HSV(B) | 161.1º | 0.35% | 0.83% | - |
| XYZ | 42.85 | 55.62 | 56.05 | - |
| YUV | 186.55 | 128.82 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 211 | 188 | 0.35 | 0 | 0.11 | 0.17 | 161.1 | 0.45 | 0.68 |
| Hex | 8A | D3 | BC | 23 | 0 | B | 11 | A1 | 2D | 44 |
| Octal | 212 | 323 | 274 | 43 | 0 | 13 | 21 | 241 | 55 | 104 |
| Binary | 10001010 | 11010011 | 10111100 | 100011 | 0 | 1011 | 10001 | 10100001 | 101101 | 1000100 |
Color Harmonies of #8AD3BC
Complementary color
Monochromatic Colors of #8AD3BC
Black with #8AD3BC
Text Example
Text Example
White with #8AD3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD3BC; }
p { color: rgb(138,211,188); }
H1.HeaderClassName
{
color: #8AD3BC;
}
.AnyTagClassName
{
color: #8AD3BC;
}
</style>
background-color css
<style>
a { background-color: #8AD3BC; }
a { background-color: rgb(138,211,188); }
div.DivClassName
{
background-color: #8AD3BC;
}
.BgClassName
{
background-color: #8AD3BC;
}
</style>
border-color css
<style>
span { border-color: #8AD3BC; }
span { border-color: rgb(138,211,188); }
td.TdClassName
{
border-color: #8AD3BC;
}
.TagClassName
{
border-color: #8AD3BC;
}
</style>