Shades of Spring Rain #ACBEA6
Tints of Spring Rain #ACBEA6
RGB
CMYK
RGB Variations
Color information
#ACBEA6 (or 0xACBEA6) is known color: Spring Rain. HEX triplet: AC, BE and A6. RGB value is (172,190,166). Sum of RGB (Red+Green+Blue) = 172+190+166=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 166 (65.23% from 255 or 31.44% from 528); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBEA6 is #534159. Grayscale: #B5B5B5. Windows color (decimal): -5456218 or 10927788. OLE color: 10927788.
HSL color Cylindrical-coordinate representation of color #ACBEA6: hue angle of 105º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACBEA6 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
RGB | 172 | 190 | 166 | - |
CMYK | 0.09 | 0 | 0.13 | 0.25 |
HSL | 105º | 0.16% | 0.7% | - |
HSV(B) | 105º | 0.13% | 0.75% | - |
XYZ | 42.31 | 48.35 | 43.18 | - |
YUV | 181.88 | 119.04 | 120.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 190 | 166 | 0.09 | 0 | 0.13 | 0.25 | 105 | 0.16 | 0.7 |
Hex | AC | BE | A6 | 9 | 0 | D | 19 | 69 | 10 | 46 |
Octal | 254 | 276 | 246 | 11 | 0 | 15 | 31 | 151 | 20 | 106 |
Binary | 10101100 | 10111110 | 10100110 | 1001 | 0 | 1101 | 11001 | 1101001 | 10000 | 1000110 |
Color Harmonies of #ACBEA6
Complementary color
Monochromatic Colors of #ACBEA6
Black with #ACBEA6
Text Example
Text Example
White with #ACBEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBEA6; }
p { color: rgb(172,190,166); }
H1.HeaderClassName
{
color: #ACBEA6;
}
.AnyTagClassName
{
color: #ACBEA6;
}
</style>
background-color css
<style>
a { background-color: #ACBEA6; }
a { background-color: rgb(172,190,166); }
div.DivClassName
{
background-color: #ACBEA6;
}
.BgClassName
{
background-color: #ACBEA6;
}
</style>
border-color css
<style>
span { border-color: #ACBEA6; }
span { border-color: rgb(172,190,166); }
td.TdClassName
{
border-color: #ACBEA6;
}
.TagClassName
{
border-color: #ACBEA6;
}
</style>