Shades of Summer Green #94BFA2
Tints of Summer Green #94BFA2
RGB
CMYK
RGB Variations
Color information
#94BFA2 (or 0x94BFA2) is known color: Summer Green. HEX triplet: 94, BF and A2. RGB value is (148,191,162). Sum of RGB (Red+Green+Blue) = 148+191+162=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 162 (63.67% from 255 or 32.34% from 501); Max value from RGB is 191 - color contains mainly: green. Hex color #94BFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BFA2 is #6B405D. Grayscale: #AEAEAE. Windows color (decimal): -7028830 or 10665876. OLE color: 10665876.
HSL color Cylindrical-coordinate representation of color #94BFA2: hue angle of 139.53º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #94BFA2 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 191 | 162 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.25 |
| HSL | 139.53º | 0.25% | 0.66% | - |
| HSV(B) | 139.53º | 0.23% | 0.75% | - |
| XYZ | 37.37 | 46.17 | 41.12 | - |
| YUV | 174.84 | 120.75 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 191 | 162 | 0.23 | 0 | 0.15 | 0.25 | 139.53 | 0.25 | 0.66 |
| Hex | 94 | BF | A2 | 17 | 0 | F | 19 | 8C | 19 | 42 |
| Octal | 224 | 277 | 242 | 27 | 0 | 17 | 31 | 214 | 31 | 102 |
| Binary | 10010100 | 10111111 | 10100010 | 10111 | 0 | 1111 | 11001 | 10001100 | 11001 | 1000010 |
Color Harmonies of #94BFA2
Complementary color
Monochromatic Colors of #94BFA2
Black with #94BFA2
Text Example
Text Example
White with #94BFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BFA2; }
p { color: rgb(148,191,162); }
H1.HeaderClassName
{
color: #94BFA2;
}
.AnyTagClassName
{
color: #94BFA2;
}
</style>
background-color css
<style>
a { background-color: #94BFA2; }
a { background-color: rgb(148,191,162); }
div.DivClassName
{
background-color: #94BFA2;
}
.BgClassName
{
background-color: #94BFA2;
}
</style>
border-color css
<style>
span { border-color: #94BFA2; }
span { border-color: rgb(148,191,162); }
td.TdClassName
{
border-color: #94BFA2;
}
.TagClassName
{
border-color: #94BFA2;
}
</style>