#ACBEA8

Color #ACBEA8 Rainee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rainee #ACBEA8

Tints of Rainee #ACBEA8

Color information

#ACBEA8 (or 0xACBEA8) is unknown color: approx Rainee. HEX triplet: AC, BE and A8. RGB value is (172,190,168). Sum of RGB (Red+Green+Blue) = 172+190+168=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 168 (66.02% from 255 or 31.70% from 530); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBEA8 is #534157. Grayscale: #B6B6B6. Windows color (decimal): -5456216 or 11058860. OLE color: 11058860.

HSL color Cylindrical-coordinate representation of color #ACBEA8: hue angle of 109.09º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACBEA8 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB172190168-
CMYK0.0900.120.25
HSL109.09º14.47%70.2%-
HSV(B)109.09º11.58%74.51%-
XYZ42.4948.4244.15-
YUV182.11120.04120.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 32.45%
GREEN value IS 190 (74.61% from 255) = 35.85%
BLUE value IS 168 (66.02% from 255) = 31.70%
R=32.45%
G=35.85%
B=31.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721901680.0900.120.25109.0914.4770.2
HexACBEA890C196de46
Octal254276250110143115516106
Binary10101100101111101010100010010110011001110110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBEA8; }

 p { color: rgb(172,190,168); }

 H1.HeaderClassName
 {
   color: #ACBEA8;
 }
 .AnyTagClassName
 {
   color: #ACBEA8;
 }
</style>
background-color css

<style>
 a { background-color: #ACBEA8; }

 a { background-color: rgb(172,190,168); }

 div.DivClassName
 {
   background-color: #ACBEA8;
 }
 .BgClassName
 {
   background-color: #ACBEA8;
 }
</style>
border-color css

<style>
 span { border-color: #ACBEA8; }

 span { border-color: rgb(172,190,168); }

 td.TdClassName
 {
   border-color: #ACBEA8;
 }
 .TagClassName
 {
   border-color: #ACBEA8;
 }
</style>