Html Css Color HEX #A3DCB2 Chinook

📋 copy color: '#A3DCB2'

red 163 ◦ green 220 ◦ blue 178

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

Shades of Chinook #A3DCB2

Tints of Chinook #A3DCB2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.22%

 BLUE value IS 178 (69.92% from 255) = 31.73%

R = 29.06%
G = 39.22%
B = 31.73%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#A3DCB2 (or 0xA3DCB2) is known color: Chinook. HEX triplet: A3, DC and B2. RGB value is (163,220,178). Sum of RGB (Red+Green+Blue) = 163+220+178=561 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.06% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 178 (69.92% from 255 or 31.73% from 561); Max value from RGB is 220 - color contains mainly: green. Hex color #A3DCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DCB2 is #5C234D. Grayscale: #C6C6C6. Windows color (decimal): -6038350 or 11721891. OLE color: 11721891.

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

Color convert

RGB 163 220 178 -
CMYK 0.26 0 0.19 0.14
HSL 135.79º 0.45% 0.75% -
HSV(B) 135.79º 0.26% 0.86% -
XYZ 48.73 62.19 51.55 -
YUV 198.17 116.62 102.92 -
System Red Green Blue C M Y K H S L
Decimal 163 220 178 0.26 0 0.19 0.14 135.79 0.45 0.75
Hex A3 DC B2 1A 0 13 E 88 2D 4B
Octal 243 334 262 32 0 23 16 210 55 113
Binary 10100011 11011100 10110010 11010 0 10011 1110 10001000 101101 1001011

Color Harmonies of #A3DCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DCB2

Black with #A3DCB2

Text Example


Text Example

White with #A3DCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DCB2; }

 p { color: rgb(163,220,178); }

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

background-color css

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

 a { background-color: rgb(163,220,178); }

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

border-color css

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

 span { border-color: rgb(163,220,178); }

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