Shades of Bermuda #8AD1C1
Tints of Bermuda #8AD1C1
RGB
CMYK
RGB Variations
Color information
#8AD1C1 (or 0x8AD1C1) is known color: Bermuda. HEX triplet: 8A, D1 and C1. RGB value is (138,209,193). Sum of RGB (Red+Green+Blue) = 138+209+193=540 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.56% from 540); Green value is 209 (82.03% from 255 or 38.70% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD1C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD1C1 is #752E3E. Grayscale: #B9B9B9. Windows color (decimal): -7679551 or 12702090. OLE color: 12702090.
HSL color Cylindrical-coordinate representation of color #8AD1C1: hue angle of 166.48º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AD1C1 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 209 | 193 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.18 |
| HSL | 166.48º | 0.44% | 0.68% | - |
| HSV(B) | 166.48º | 0.34% | 0.82% | - |
| XYZ | 42.91 | 54.85 | 58.78 | - |
| YUV | 185.95 | 131.98 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 209 | 193 | 0.34 | 0 | 0.08 | 0.18 | 166.48 | 0.44 | 0.68 |
| Hex | 8A | D1 | C1 | 22 | 0 | 8 | 12 | A6 | 2C | 44 |
| Octal | 212 | 321 | 301 | 42 | 0 | 10 | 22 | 246 | 54 | 104 |
| Binary | 10001010 | 11010001 | 11000001 | 100010 | 0 | 1000 | 10010 | 10100110 | 101100 | 1000100 |
Color Harmonies of #8AD1C1
Complementary color
Monochromatic Colors of #8AD1C1
Black with #8AD1C1
Text Example
Text Example
White with #8AD1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD1C1; }
p { color: rgb(138,209,193); }
H1.HeaderClassName
{
color: #8AD1C1;
}
.AnyTagClassName
{
color: #8AD1C1;
}
</style>
background-color css
<style>
a { background-color: #8AD1C1; }
a { background-color: rgb(138,209,193); }
div.DivClassName
{
background-color: #8AD1C1;
}
.BgClassName
{
background-color: #8AD1C1;
}
</style>
border-color css
<style>
span { border-color: #8AD1C1; }
span { border-color: rgb(138,209,193); }
td.TdClassName
{
border-color: #8AD1C1;
}
.TagClassName
{
border-color: #8AD1C1;
}
</style>