Html Css Color HEX #A0DFB2 Chinook

📋 copy color: '#A0DFB2'

red 160 ◦ green 223 ◦ blue 178

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

Shades of Chinook #A0DFB2

Tints of Chinook #A0DFB2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.75%

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

R = 28.52%
G = 39.75%
B = 31.73%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#A0DFB2 (or 0xA0DFB2) is known color: Chinook. HEX triplet: A0, DF and B2. RGB value is (160,223,178). Sum of RGB (Red+Green+Blue) = 160+223+178=561 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.52% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 178 (69.92% from 255 or 31.73% from 561); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DFB2 is #5F204D. Grayscale: #C7C7C7. Windows color (decimal): -6234190 or 11722656. OLE color: 11722656.

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

Color convert

RGB 160 223 178 -
CMYK 0.28 0 0.20 0.13
HSL 137.14º 0.5% 0.75% -
HSV(B) 137.14º 0.28% 0.87% -
XYZ 48.92 63.46 51.79 -
YUV 199.03 116.13 100.16 -
System Red Green Blue C M Y K H S L
Decimal 160 223 178 0.28 0 0.20 0.13 137.14 0.5 0.75
Hex A0 DF B2 1C 0 14 D 89 32 4B
Octal 240 337 262 34 0 24 15 211 62 113
Binary 10100000 11011111 10110010 11100 0 10100 1101 10001001 110010 1001011

Color Harmonies of #A0DFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DFB2

Black with #A0DFB2

Text Example


Text Example

White with #A0DFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DFB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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