Html Css Color HEX #A0DCB2 Chinook

📋 copy color: '#A0DCB2'

red 160 ◦ green 220 ◦ blue 178

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

Shades of Chinook #A0DCB2

Tints of Chinook #A0DCB2

RGB

 RED value IS 160 (62.89% from 255) = 28.67%

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

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

R = 28.67%
G = 39.43%
B = 31.9%

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

#A0DCB2 (or 0xA0DCB2) is known color: Chinook. HEX triplet: A0, DC and B2. RGB value is (160,220,178). Sum of RGB (Red+Green+Blue) = 160+220+178=558 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.67% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 178 (69.92% from 255 or 31.90% from 558); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DCB2 is #5F234D. Grayscale: #C5C5C5. Windows color (decimal): -6234958 or 11721888. OLE color: 11721888.

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

Color convert

RGB 160 220 178 -
CMYK 0.27 0 0.19 0.14
HSL 138º 0.46% 0.75% -
HSV(B) 138º 0.27% 0.86% -
XYZ 48.13 61.87 51.53 -
YUV 197.27 117.12 101.42 -
System Red Green Blue C M Y K H S L
Decimal 160 220 178 0.27 0 0.19 0.14 138 0.46 0.75
Hex A0 DC B2 1B 0 13 E 8A 2E 4B
Octal 240 334 262 33 0 23 16 212 56 113
Binary 10100000 11011100 10110010 11011 0 10011 1110 10001010 101110 1001011

Color Harmonies of #A0DCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DCB2

Black with #A0DCB2

Text Example


Text Example

White with #A0DCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DCB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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