Html Css Color HEX #A3DBAA Chinook

📋 copy color: '#A3DBAA'

red 163 ◦ green 219 ◦ blue 170

#A3DBAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #A3DBAA

Tints of Chinook #A3DBAA

RGB

 RED value IS 163 (64.06% from 255) = 29.53%

 GREEN value IS 219 (85.94% from 255) = 39.67%

 BLUE value IS 170 (66.8% from 255) = 30.8%

R = 29.53%
G = 39.67%
B = 30.8%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#A3DBAA (or 0xA3DBAA) is known color: Chinook. HEX triplet: A3, DB and AA. RGB value is (163,219,170). Sum of RGB (Red+Green+Blue) = 163+219+170=552 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.53% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 219 - color contains mainly: green. Hex color #A3DBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DBAA is #5C2455. Grayscale: #C4C4C4. Windows color (decimal): -6038614 or 11197347. OLE color: 11197347.

HSL color Cylindrical-coordinate representation of color #A3DBAA: hue angle of 127.5º 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 #A3DBAA is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 219 170 -
CMYK 0.26 0 0.22 0.14
HSL 127.5º 0.44% 0.75% -
HSV(B) 127.5º 0.26% 0.86% -
XYZ 47.69 61.35 47.36 -
YUV 196.67 112.95 103.98 -
System Red Green Blue C M Y K H S L
Decimal 163 219 170 0.26 0 0.22 0.14 127.5 0.44 0.75
Hex A3 DB AA 1A 0 16 E 80 2C 4B
Octal 243 333 252 32 0 26 16 200 54 113
Binary 10100011 11011011 10101010 11010 0 10110 1110 10000000 101100 1001011

Color Harmonies of #A3DBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DBAA

Black with #A3DBAA

Text Example


Text Example

White with #A3DBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DBAA; }

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

 H1.HeaderClassName
 {
   color: #A3DBAA;
 }
 .AnyTagClassName
 {
   color: #A3DBAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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