#A3E0B4

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

Shades of Chinook #A3E0B4

Tints of Chinook #A3E0B4

Color information

#A3E0B4 (or 0xA3E0B4) is unknown color: approx Chinook. HEX triplet: A3, E0 and B4. RGB value is (163,224,180). Sum of RGB (Red+Green+Blue) = 163+224+180=567 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.75% from 567); Green value is 224 (87.89% from 255 or 39.51% from 567); Blue value is 180 (70.70% from 255 or 31.75% from 567); Max value from RGB is 224 - color contains mainly: green. Hex color #A3E0B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3E0B4 is #5C1F4B. Grayscale: #C8C8C8. Windows color (decimal): -6037324 or 11853987. OLE color: 11853987.

HSL color Cylindrical-coordinate representation of color #A3E0B4: hue angle of 136.72º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3E0B4 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB163224180-
CMYK0.2700.200.12
HSL136.72º49.59%75.88%-
HSV(B)136.72º27.23%87.84%-
XYZ5064.3952.97-
YUV200.74116.29101.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.75%
GREEN value IS 224 (87.89% from 255) = 39.51%
BLUE value IS 180 (70.70% from 255) = 31.75%
R=28.75%
G=39.51%
B=31.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1632241800.2700.200.12136.7249.5975.88
HexA3E0B41B014C89324c
Octal243340264330241421162114
Binary101000111110000010110100110110101001100100010011100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3E0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3E0B4; }

 p { color: rgb(163,224,180); }

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

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

 a { background-color: rgb(163,224,180); }

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

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

 span { border-color: rgb(163,224,180); }

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