#A4EBBD

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

Shades of Fringy Flower #A4EBBD

Tints of Fringy Flower #A4EBBD

Color information

#A4EBBD (or 0xA4EBBD) is unknown color: approx Fringy Flower. HEX triplet: A4, EB and BD. RGB value is (164,235,189). Sum of RGB (Red+Green+Blue) = 164+235+189=588 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.89% from 588); Green value is 235 (92.19% from 255 or 39.97% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 235 - color contains mainly: green. Hex color #A4EBBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EBBD is #5B1442. Grayscale: #D0D0D0. Windows color (decimal): -5968963 or 12446628. OLE color: 12446628.

HSL color Cylindrical-coordinate representation of color #A4EBBD: hue angle of 141.13º degrees, saturation: 0.64, 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 #A4EBBD is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB164235189-
CMYK0.3000.200.08
HSL141.13º63.96%78.24%-
HSV(B)141.13º30.21%92.16%-
XYZ54.270.9858.99-
YUV208.53116.9896.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.89%
GREEN value IS 235 (92.19% from 255) = 39.97%
BLUE value IS 189 (74.22% from 255) = 32.14%
R=27.89%
G=39.97%
B=32.14%

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
Decimal1642351890.3000.200.08141.1363.9678.24
HexA4EBBD1E01488d404e
Octal2443532753602410215100116
Binary1010010011101011101111011111001010010001000110110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EBBD; }

 p { color: rgb(164,235,189); }

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

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

 a { background-color: rgb(164,235,189); }

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

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

 span { border-color: rgb(164,235,189); }

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