#A4EABC

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

Shades of Fringy Flower #A4EABC

Tints of Fringy Flower #A4EABC

Color information

#A4EABC (or 0xA4EABC) is unknown color: approx Fringy Flower. HEX triplet: A4, EA and BC. RGB value is (164,234,188). Sum of RGB (Red+Green+Blue) = 164+234+188=586 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.99% from 586); Green value is 234 (91.80% from 255 or 39.93% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 234 - color contains mainly: green. Hex color #A4EABC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EABC is #5B1543. Grayscale: #CFCFCF. Windows color (decimal): -5969220 or 12380836. OLE color: 12380836.

HSL color Cylindrical-coordinate representation of color #A4EABC: hue angle of 140.57º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4EABC is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB164234188-
CMYK0.3000.200.08
HSL140.57º62.5%78.04%-
HSV(B)140.57º29.91%91.76%-
XYZ53.8170.3758.32-
YUV207.83116.8196.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.99%
GREEN value IS 234 (91.80% from 255) = 39.93%
BLUE value IS 188 (73.83% from 255) = 32.08%
R=27.99%
G=39.93%
B=32.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1642341880.3000.200.08140.5762.578.04
HexA4EABC1E01488d3e4e
Octal244352274360241021576116
Binary101001001110101010111100111100101001000100011011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EABC; }

 p { color: rgb(164,234,188); }

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

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

 a { background-color: rgb(164,234,188); }

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

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

 span { border-color: rgb(164,234,188); }

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