Html Css Color HEX #A1DDB1 Chinook

📋 copy color: '#A1DDB1'

red 161 ◦ green 221 ◦ blue 177

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

Shades of Chinook #A1DDB1

Tints of Chinook #A1DDB1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.53%

 BLUE value IS 177 (69.53% from 255) = 31.66%

R = 28.8%
G = 39.53%
B = 31.66%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#A1DDB1 (or 0xA1DDB1) is known color: Chinook. HEX triplet: A1, DD and B1. RGB value is (161,221,177). Sum of RGB (Red+Green+Blue) = 161+221+177=559 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.80% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 177 (69.53% from 255 or 31.66% from 559); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DDB1 is #5E224E. Grayscale: #C6C6C6. Windows color (decimal): -6169167 or 11656609. OLE color: 11656609.

HSL color Cylindrical-coordinate representation of color #A1DDB1: hue angle of 136º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DDB1 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 221 177 -
CMYK 0.27 0 0.20 0.13
HSL 136º 0.47% 0.75% -
HSV(B) 136º 0.27% 0.87% -
XYZ 48.49 62.46 51.1 -
YUV 198.04 116.12 101.58 -
System Red Green Blue C M Y K H S L
Decimal 161 221 177 0.27 0 0.20 0.13 136 0.47 0.75
Hex A1 DD B1 1B 0 14 D 88 2F 4B
Octal 241 335 261 33 0 24 15 210 57 113
Binary 10100001 11011101 10110001 11011 0 10100 1101 10001000 101111 1001011

Color Harmonies of #A1DDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DDB1

Black with #A1DDB1

Text Example


Text Example

White with #A1DDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DDB1; }

 p { color: rgb(161,221,177); }

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

background-color css

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

 a { background-color: rgb(161,221,177); }

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

border-color css

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

 span { border-color: rgb(161,221,177); }

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