Shades of Bermuda #8AD3B8
Tints of Bermuda #8AD3B8
RGB
CMYK
RGB Variations
Color information
#8AD3B8 (or 0x8AD3B8) is known color: Bermuda. HEX triplet: 8A, D3 and B8. RGB value is (138,211,184). Sum of RGB (Red+Green+Blue) = 138+211+184=533 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.89% from 533); Green value is 211 (82.81% from 255 or 39.59% from 533); Blue value is 184 (72.27% from 255 or 34.52% from 533); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD3B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD3B8 is #752C47. Grayscale: #BABABA. Windows color (decimal): -7679048 or 12112778. OLE color: 12112778.
HSL color Cylindrical-coordinate representation of color #8AD3B8: hue angle of 157.81º 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 #8AD3B8 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 211 | 184 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.17 |
| HSL | 157.81º | 0.45% | 0.68% | - |
| HSV(B) | 157.81º | 0.35% | 0.83% | - |
| XYZ | 42.43 | 55.45 | 53.81 | - |
| YUV | 186.1 | 126.82 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 211 | 184 | 0.35 | 0 | 0.13 | 0.17 | 157.81 | 0.45 | 0.68 |
| Hex | 8A | D3 | B8 | 23 | 0 | D | 11 | 9E | 2D | 44 |
| Octal | 212 | 323 | 270 | 43 | 0 | 15 | 21 | 236 | 55 | 104 |
| Binary | 10001010 | 11010011 | 10111000 | 100011 | 0 | 1101 | 10001 | 10011110 | 101101 | 1000100 |
Color Harmonies of #8AD3B8
Complementary color
Monochromatic Colors of #8AD3B8
Black with #8AD3B8
Text Example
Text Example
White with #8AD3B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD3B8; }
p { color: rgb(138,211,184); }
H1.HeaderClassName
{
color: #8AD3B8;
}
.AnyTagClassName
{
color: #8AD3B8;
}
</style>
background-color css
<style>
a { background-color: #8AD3B8; }
a { background-color: rgb(138,211,184); }
div.DivClassName
{
background-color: #8AD3B8;
}
.BgClassName
{
background-color: #8AD3B8;
}
</style>
border-color css
<style>
span { border-color: #8AD3B8; }
span { border-color: rgb(138,211,184); }
td.TdClassName
{
border-color: #8AD3B8;
}
.TagClassName
{
border-color: #8AD3B8;
}
</style>