#A0DFB0

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

Shades of Chinook #A0DFB0

Tints of Chinook #A0DFB0

Color information

#A0DFB0 (or 0xA0DFB0) is unknown color: approx Chinook. HEX triplet: A0, DF and B0. RGB value is (160,223,176). Sum of RGB (Red+Green+Blue) = 160+223+176=559 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.62% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 176 (69.14% from 255 or 31.48% from 559); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DFB0 is #5F204F. Grayscale: #C6C6C6. Windows color (decimal): -6234192 or 11591584. OLE color: 11591584.

HSL color Cylindrical-coordinate representation of color #A0DFB0: hue angle of 135.24º 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 #A0DFB0 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB160223176-
CMYK0.2800.210.13
HSL135.24º49.61%75.1%-
HSV(B)135.24º28.25%87.45%-
XYZ48.7263.3850.74-
YUV198.8115.13100.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.62%
GREEN value IS 223 (87.5% from 255) = 39.89%
BLUE value IS 176 (69.14% from 255) = 31.48%
R=28.62%
G=39.89%
B=31.48%

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
Decimal1602231760.2800.210.13135.2449.6175.1
HexA0DFB01C015D87324b
Octal240337260340251520762113
Binary101000001101111110110000111000101011101100001111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DFB0; }

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

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

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

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

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

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

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

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