#A3DBAF

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

Shades of Chinook #A3DBAF

Tints of Chinook #A3DBAF

Color information

#A3DBAF (or 0xA3DBAF) is unknown color: approx Chinook. HEX triplet: A3, DB and AF. RGB value is (163,219,175). Sum of RGB (Red+Green+Blue) = 163+219+175=557 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.26% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 219 - color contains mainly: green. Hex color #A3DBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DBAF is #5C2450. Grayscale: #C5C5C5. Windows color (decimal): -6038609 or 11525027. OLE color: 11525027.

HSL color Cylindrical-coordinate representation of color #A3DBAF: hue angle of 132.86º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3DBAF is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB163219175-
CMYK0.2600.200.14
HSL132.86º43.75%74.9%-
HSV(B)132.86º25.57%85.88%-
XYZ48.1761.5449.9-
YUV197.24115.45103.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.26%
GREEN value IS 219 (85.94% from 255) = 39.32%
BLUE value IS 175 (68.75% from 255) = 31.42%
R=29.26%
G=39.32%
B=31.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1632191750.2600.200.14132.8643.7574.9
HexA3DBAF1A014E852c4b
Octal243333257320241620554113
Binary101000111101101110101111110100101001110100001011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DBAF; }

 p { color: rgb(163,219,175); }

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

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

 a { background-color: rgb(163,219,175); }

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

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

 span { border-color: rgb(163,219,175); }

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