Html Css Color HEX #A1DBB2 Chinook

📋 copy color: '#A1DBB2'

red 161 ◦ green 219 ◦ blue 178

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

Shades of Chinook #A1DBB2

Tints of Chinook #A1DBB2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.25%

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

R = 28.85%
G = 39.25%
B = 31.9%

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

#A1DBB2 (or 0xA1DBB2) is known color: Chinook. HEX triplet: A1, DB and B2. RGB value is (161,219,178). Sum of RGB (Red+Green+Blue) = 161+219+178=558 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.85% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 178 (69.92% from 255 or 31.90% from 558); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DBB2 is #5E244D. Grayscale: #C5C5C5. Windows color (decimal): -6169678 or 11721633. OLE color: 11721633.

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

Color convert

RGB 161 219 178 -
CMYK 0.26 0 0.19 0.14
HSL 137.59º 0.45% 0.75% -
HSV(B) 137.59º 0.26% 0.86% -
XYZ 48.07 61.45 51.45 -
YUV 196.98 117.28 102.33 -
System Red Green Blue C M Y K H S L
Decimal 161 219 178 0.26 0 0.19 0.14 137.59 0.45 0.75
Hex A1 DB B2 1A 0 13 E 8A 2D 4B
Octal 241 333 262 32 0 23 16 212 55 113
Binary 10100001 11011011 10110010 11010 0 10011 1110 10001010 101101 1001011

Color Harmonies of #A1DBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DBB2

Black with #A1DBB2

Text Example


Text Example

White with #A1DBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DBB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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