Shades of Summer Green #94BCA3
Tints of Summer Green #94BCA3
RGB
CMYK
RGB Variations
Color information
#94BCA3 (or 0x94BCA3) is known color: Summer Green. HEX triplet: 94, BC and A3. RGB value is (148,188,163). Sum of RGB (Red+Green+Blue) = 148+188+163=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 163 (64.06% from 255 or 32.67% from 499); Max value from RGB is 188 - color contains mainly: green. Hex color #94BCA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BCA3 is #6B435C. Grayscale: #ADADAD. Windows color (decimal): -7029597 or 10730644. OLE color: 10730644.
HSL color Cylindrical-coordinate representation of color #94BCA3: hue angle of 142.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #94BCA3 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 188 | 163 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.26 |
| HSL | 142.5º | 0.23% | 0.66% | - |
| HSV(B) | 142.5º | 0.21% | 0.74% | - |
| XYZ | 36.81 | 44.91 | 41.38 | - |
| YUV | 173.19 | 122.25 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 188 | 163 | 0.21 | 0 | 0.13 | 0.26 | 142.5 | 0.23 | 0.66 |
| Hex | 94 | BC | A3 | 15 | 0 | D | 1A | 8E | 17 | 42 |
| Octal | 224 | 274 | 243 | 25 | 0 | 15 | 32 | 216 | 27 | 102 |
| Binary | 10010100 | 10111100 | 10100011 | 10101 | 0 | 1101 | 11010 | 10001110 | 10111 | 1000010 |
Color Harmonies of #94BCA3
Complementary color
Monochromatic Colors of #94BCA3
Black with #94BCA3
Text Example
Text Example
White with #94BCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BCA3; }
p { color: rgb(148,188,163); }
H1.HeaderClassName
{
color: #94BCA3;
}
.AnyTagClassName
{
color: #94BCA3;
}
</style>
background-color css
<style>
a { background-color: #94BCA3; }
a { background-color: rgb(148,188,163); }
div.DivClassName
{
background-color: #94BCA3;
}
.BgClassName
{
background-color: #94BCA3;
}
</style>
border-color css
<style>
span { border-color: #94BCA3; }
span { border-color: rgb(148,188,163); }
td.TdClassName
{
border-color: #94BCA3;
}
.TagClassName
{
border-color: #94BCA3;
}
</style>