#A3EDBD

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

Shades of Fringy Flower #A3EDBD

Tints of Fringy Flower #A3EDBD

Color information

#A3EDBD (or 0xA3EDBD) is unknown color: approx Fringy Flower. HEX triplet: A3, ED and BD. RGB value is (163,237,189). Sum of RGB (Red+Green+Blue) = 163+237+189=589 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.67% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 237 - color contains mainly: green. Hex color #A3EDBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EDBD is #5C1242. Grayscale: #D1D1D1. Windows color (decimal): -6033987 or 12447139. OLE color: 12447139.

HSL color Cylindrical-coordinate representation of color #A3EDBD: hue angle of 141.08º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3EDBD is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB163237189-
CMYK0.3100.200.07
HSL141.08º67.27%78.43%-
HSV(B)141.08º31.22%92.94%-
XYZ54.5772.0359.17-
YUV209.4116.4894.9-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.67%
GREEN value IS 237 (92.97% from 255) = 40.24%
BLUE value IS 189 (74.22% from 255) = 32.09%
R=27.67%
G=40.24%
B=32.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1632371890.3100.200.07141.0867.2778.43
HexA3EDBD1F01478d434e
Octal243355275370247215103116
Binary101000111110110110111101111110101001111000110110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3EDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3EDBD; }

 p { color: rgb(163,237,189); }

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

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

 a { background-color: rgb(163,237,189); }

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

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

 span { border-color: rgb(163,237,189); }

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