Shades of Summer Green #8BAF9A
Tints of Summer Green #8BAF9A
RGB
CMYK
RGB Variations
Color information
#8BAF9A (or 0x8BAF9A) is known color: Summer Green. HEX triplet: 8B, AF and 9A. RGB value is (139,175,154). Sum of RGB (Red+Green+Blue) = 139+175+154=468 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.70% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAF9A is #745065. Grayscale: #A1A1A1. Windows color (decimal): -7622758 or 10137483. OLE color: 10137483.
HSL color Cylindrical-coordinate representation of color #8BAF9A: hue angle of 145º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8BAF9A is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 175 | 154 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.31 |
| HSL | 145º | 0.18% | 0.62% | - |
| HSV(B) | 145º | 0.21% | 0.69% | - |
| XYZ | 31.81 | 38.48 | 36.32 | - |
| YUV | 161.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 154 | 0.21 | 0 | 0.12 | 0.31 | 145 | 0.18 | 0.62 |
| Hex | 8B | AF | 9A | 15 | 0 | C | 1F | 91 | 12 | 3E |
| Octal | 213 | 257 | 232 | 25 | 0 | 14 | 37 | 221 | 22 | 76 |
| Binary | 10001011 | 10101111 | 10011010 | 10101 | 0 | 1100 | 11111 | 10010001 | 10010 | 111110 |
Color Harmonies of #8BAF9A
Complementary color
Monochromatic Colors of #8BAF9A
Black with #8BAF9A
Text Example
Text Example
White with #8BAF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAF9A; }
p { color: rgb(139,175,154); }
H1.HeaderClassName
{
color: #8BAF9A;
}
.AnyTagClassName
{
color: #8BAF9A;
}
</style>
background-color css
<style>
a { background-color: #8BAF9A; }
a { background-color: rgb(139,175,154); }
div.DivClassName
{
background-color: #8BAF9A;
}
.BgClassName
{
background-color: #8BAF9A;
}
</style>
border-color css
<style>
span { border-color: #8BAF9A; }
span { border-color: rgb(139,175,154); }
td.TdClassName
{
border-color: #8BAF9A;
}
.TagClassName
{
border-color: #8BAF9A;
}
</style>