Shades of Summer Green #94BFA5
Tints of Summer Green #94BFA5
RGB
CMYK
RGB Variations
Color information
#94BFA5 (or 0x94BFA5) is known color: Summer Green. HEX triplet: 94, BF and A5. RGB value is (148,191,165). Sum of RGB (Red+Green+Blue) = 148+191+165=504 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.37% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 165 (64.84% from 255 or 32.74% from 504); Max value from RGB is 191 - color contains mainly: green. Hex color #94BFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BFA5 is #6B405A. Grayscale: #AFAFAF. Windows color (decimal): -7028827 or 10862484. OLE color: 10862484.
HSL color Cylindrical-coordinate representation of color #94BFA5: hue angle of 143.72º 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 #94BFA5 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 191 | 165 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.25 |
| HSL | 143.72º | 0.25% | 0.66% | - |
| HSV(B) | 143.72º | 0.23% | 0.75% | - |
| XYZ | 37.64 | 46.27 | 42.55 | - |
| YUV | 175.18 | 122.25 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 191 | 165 | 0.23 | 0 | 0.14 | 0.25 | 143.72 | 0.25 | 0.66 |
| Hex | 94 | BF | A5 | 17 | 0 | E | 19 | 90 | 19 | 42 |
| Octal | 224 | 277 | 245 | 27 | 0 | 16 | 31 | 220 | 31 | 102 |
| Binary | 10010100 | 10111111 | 10100101 | 10111 | 0 | 1110 | 11001 | 10010000 | 11001 | 1000010 |
Color Harmonies of #94BFA5
Complementary color
Monochromatic Colors of #94BFA5
Black with #94BFA5
Text Example
Text Example
White with #94BFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BFA5; }
p { color: rgb(148,191,165); }
H1.HeaderClassName
{
color: #94BFA5;
}
.AnyTagClassName
{
color: #94BFA5;
}
</style>
background-color css
<style>
a { background-color: #94BFA5; }
a { background-color: rgb(148,191,165); }
div.DivClassName
{
background-color: #94BFA5;
}
.BgClassName
{
background-color: #94BFA5;
}
</style>
border-color css
<style>
span { border-color: #94BFA5; }
span { border-color: rgb(148,191,165); }
td.TdClassName
{
border-color: #94BFA5;
}
.TagClassName
{
border-color: #94BFA5;
}
</style>