#A0DFB1

Color #A0DFB1 Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #A0DFB1

Tints of Chinook #A0DFB1

Color information

#A0DFB1 (or 0xA0DFB1) is unknown color: approx Chinook. HEX triplet: A0, DF and B1. RGB value is (160,223,177). Sum of RGB (Red+Green+Blue) = 160+223+177=560 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.57% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 177 (69.53% from 255 or 31.61% from 560); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DFB1 is #5F204E. Grayscale: #C7C7C7. Windows color (decimal): -6234191 or 11657120. OLE color: 11657120.

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

Color convert

RGB160223177-
CMYK0.2800.210.13
HSL136.19º49.61%75.1%-
HSV(B)136.19º28.25%87.45%-
XYZ48.8263.4251.26-
YUV198.92115.63100.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.57%
GREEN value IS 223 (87.5% from 255) = 39.82%
BLUE value IS 177 (69.53% from 255) = 31.61%
R=28.57%
G=39.82%
B=31.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1602231770.2800.210.13136.1949.6175.1
HexA0DFB11C015D88324b
Octal240337261340251521062113
Binary101000001101111110110001111000101011101100010001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DFB1; }

 p { color: rgb(160,223,177); }

 H1.HeaderClassName
 {
   color: #A0DFB1;
 }
 .AnyTagClassName
 {
   color: #A0DFB1;
 }
</style>
background-color css

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

 a { background-color: rgb(160,223,177); }

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

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

 span { border-color: rgb(160,223,177); }

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