Html Css Color HEX #A1D8B1 Chinook

📋 copy color: '#A1D8B1'

red 161 ◦ green 216 ◦ blue 177

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

Shades of Chinook #A1D8B1

Tints of Chinook #A1D8B1

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.99%

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

R = 29.06%
G = 38.99%
B = 31.95%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#A1D8B1 (or 0xA1D8B1) is known color: Chinook. HEX triplet: A1, D8 and B1. RGB value is (161,216,177). Sum of RGB (Red+Green+Blue) = 161+216+177=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 216 (84.77% from 255 or 38.99% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D8B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D8B1 is #5E274E. Grayscale: #C3C3C3. Windows color (decimal): -6170447 or 11655329. OLE color: 11655329.

HSL color Cylindrical-coordinate representation of color #A1D8B1: hue angle of 137.45º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1D8B1 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 216 177 -
CMYK 0.25 0 0.18 0.15
HSL 137.45º 0.41% 0.74% -
HSV(B) 137.45º 0.25% 0.85% -
XYZ 47.19 59.86 50.66 -
YUV 195.11 117.78 103.67 -
System Red Green Blue C M Y K H S L
Decimal 161 216 177 0.25 0 0.18 0.15 137.45 0.41 0.74
Hex A1 D8 B1 19 0 12 F 89 29 4A
Octal 241 330 261 31 0 22 17 211 51 112
Binary 10100001 11011000 10110001 11001 0 10010 1111 10001001 101001 1001010

Color Harmonies of #A1D8B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D8B1

Black with #A1D8B1

Text Example


Text Example

White with #A1D8B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D8B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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