Html Css Color HEX #A1DCB2 Chinook

📋 copy color: '#A1DCB2'

red 161 ◦ green 220 ◦ blue 178

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

Shades of Chinook #A1DCB2

Tints of Chinook #A1DCB2

RGB

 RED value IS 161 (63.28% from 255) = 28.8%

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

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

R = 28.8%
G = 39.36%
B = 31.84%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#A1DCB2 (or 0xA1DCB2) is known color: Chinook. HEX triplet: A1, DC and B2. RGB value is (161,220,178). Sum of RGB (Red+Green+Blue) = 161+220+178=559 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.80% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 178 (69.92% from 255 or 31.84% from 559); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DCB2 is #5E234D. Grayscale: #C5C5C5. Windows color (decimal): -6169422 or 11721889. OLE color: 11721889.

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

Color convert

RGB 161 220 178 -
CMYK 0.27 0 0.19 0.14
HSL 137.29º 0.46% 0.75% -
HSV(B) 137.29º 0.27% 0.86% -
XYZ 48.33 61.98 51.54 -
YUV 197.57 116.95 101.92 -
System Red Green Blue C M Y K H S L
Decimal 161 220 178 0.27 0 0.19 0.14 137.29 0.46 0.75
Hex A1 DC B2 1B 0 13 E 89 2E 4B
Octal 241 334 262 33 0 23 16 211 56 113
Binary 10100001 11011100 10110010 11011 0 10011 1110 10001001 101110 1001011

Color Harmonies of #A1DCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DCB2

Black with #A1DCB2

Text Example


Text Example

White with #A1DCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DCB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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