Shades of Summer Green #95BEA4
Tints of Summer Green #95BEA4
RGB
CMYK
RGB Variations
Color information
#95BEA4 (or 0x95BEA4) is known color: Summer Green. HEX triplet: 95, BE and A4. RGB value is (149,190,164). Sum of RGB (Red+Green+Blue) = 149+190+164=503 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.62% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 164 (64.45% from 255 or 32.60% from 503); Max value from RGB is 190 - color contains mainly: green. Hex color #95BEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BEA4 is #6A415B. Grayscale: #AEAEAE. Windows color (decimal): -6963548 or 10796693. OLE color: 10796693.
HSL color Cylindrical-coordinate representation of color #95BEA4: hue angle of 141.95º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95BEA4 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 190 | 164 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.25 |
| HSL | 141.95º | 0.24% | 0.66% | - |
| HSV(B) | 141.95º | 0.22% | 0.75% | - |
| XYZ | 37.51 | 45.9 | 42 | - |
| YUV | 174.78 | 121.92 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 190 | 164 | 0.22 | 0 | 0.14 | 0.25 | 141.95 | 0.24 | 0.66 |
| Hex | 95 | BE | A4 | 16 | 0 | E | 19 | 8E | 18 | 42 |
| Octal | 225 | 276 | 244 | 26 | 0 | 16 | 31 | 216 | 30 | 102 |
| Binary | 10010101 | 10111110 | 10100100 | 10110 | 0 | 1110 | 11001 | 10001110 | 11000 | 1000010 |
Color Harmonies of #95BEA4
Complementary color
Monochromatic Colors of #95BEA4
Black with #95BEA4
Text Example
Text Example
White with #95BEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BEA4; }
p { color: rgb(149,190,164); }
H1.HeaderClassName
{
color: #95BEA4;
}
.AnyTagClassName
{
color: #95BEA4;
}
</style>
background-color css
<style>
a { background-color: #95BEA4; }
a { background-color: rgb(149,190,164); }
div.DivClassName
{
background-color: #95BEA4;
}
.BgClassName
{
background-color: #95BEA4;
}
</style>
border-color css
<style>
span { border-color: #95BEA4; }
span { border-color: rgb(149,190,164); }
td.TdClassName
{
border-color: #95BEA4;
}
.TagClassName
{
border-color: #95BEA4;
}
</style>