Shades of Bermuda #86CFB8
Tints of Bermuda #86CFB8
RGB
CMYK
RGB Variations
Color information
#86CFB8 (or 0x86CFB8) is known color: Bermuda. HEX triplet: 86, CF and B8. RGB value is (134,207,184). Sum of RGB (Red+Green+Blue) = 134+207+184=525 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.52% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 184 (72.27% from 255 or 35.05% from 525); Max value from RGB is 207 - color contains mainly: green. Hex color #86CFB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CFB8 is #793047. Grayscale: #B6B6B6. Windows color (decimal): -7942216 or 12111750. OLE color: 12111750.
HSL color Cylindrical-coordinate representation of color #86CFB8: hue angle of 161.1º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86CFB8 is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 207 | 184 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.19 |
| HSL | 161.1º | 0.43% | 0.67% | - |
| HSV(B) | 161.1º | 0.35% | 0.81% | - |
| XYZ | 40.8 | 53.15 | 53.46 | - |
| YUV | 182.55 | 128.82 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 207 | 184 | 0.35 | 0 | 0.11 | 0.19 | 161.1 | 0.43 | 0.67 |
| Hex | 86 | CF | B8 | 23 | 0 | B | 13 | A1 | 2B | 43 |
| Octal | 206 | 317 | 270 | 43 | 0 | 13 | 23 | 241 | 53 | 103 |
| Binary | 10000110 | 11001111 | 10111000 | 100011 | 0 | 1011 | 10011 | 10100001 | 101011 | 1000011 |
Color Harmonies of #86CFB8
Complementary color
Monochromatic Colors of #86CFB8
Black with #86CFB8
Text Example
Text Example
White with #86CFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CFB8; }
p { color: rgb(134,207,184); }
H1.HeaderClassName
{
color: #86CFB8;
}
.AnyTagClassName
{
color: #86CFB8;
}
</style>
background-color css
<style>
a { background-color: #86CFB8; }
a { background-color: rgb(134,207,184); }
div.DivClassName
{
background-color: #86CFB8;
}
.BgClassName
{
background-color: #86CFB8;
}
</style>
border-color css
<style>
span { border-color: #86CFB8; }
span { border-color: rgb(134,207,184); }
td.TdClassName
{
border-color: #86CFB8;
}
.TagClassName
{
border-color: #86CFB8;
}
</style>