Html Css Color HEX #A3D5B3 Chinook

📋 copy color: '#A3D5B3'

red 163 ◦ green 213 ◦ blue 179

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

Shades of Chinook #A3D5B3

Tints of Chinook #A3D5B3

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.38%

 BLUE value IS 179 (70.31% from 255) = 32.25%

R = 29.37%
G = 38.38%
B = 32.25%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#A3D5B3 (or 0xA3D5B3) is known color: Chinook. HEX triplet: A3, D5 and B3. RGB value is (163,213,179). Sum of RGB (Red+Green+Blue) = 163+213+179=555 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.37% from 555); Green value is 213 (83.59% from 255 or 38.38% from 555); Blue value is 179 (70.31% from 255 or 32.25% from 555); Max value from RGB is 213 - color contains mainly: green. Hex color #A3D5B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D5B3 is #5C2A4C. Grayscale: #C2C2C2. Windows color (decimal): -6040141 or 11785635. OLE color: 11785635.

HSL color Cylindrical-coordinate representation of color #A3D5B3: hue angle of 139.2º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3D5B3 is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 213 179 -
CMYK 0.23 0 0.16 0.16
HSL 139.2º 0.37% 0.74% -
HSV(B) 139.2º 0.23% 0.84% -
XYZ 47.04 58.63 51.49 -
YUV 194.17 119.44 105.76 -
System Red Green Blue C M Y K H S L
Decimal 163 213 179 0.23 0 0.16 0.16 139.2 0.37 0.74
Hex A3 D5 B3 17 0 10 10 8B 25 4A
Octal 243 325 263 27 0 20 20 213 45 112
Binary 10100011 11010101 10110011 10111 0 10000 10000 10001011 100101 1001010

Color Harmonies of #A3D5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3D5B3

Black with #A3D5B3

Text Example


Text Example

White with #A3D5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3D5B3; }

 p { color: rgb(163,213,179); }

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

background-color css

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

 a { background-color: rgb(163,213,179); }

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

border-color css

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

 span { border-color: rgb(163,213,179); }

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