Html Css Color HEX #A0CEA6 Chinook

📋 copy color: '#A0CEA6'

red 160 ◦ green 206 ◦ blue 166

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

Shades of Chinook #A0CEA6

Tints of Chinook #A0CEA6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.72%

 BLUE value IS 166 (65.23% from 255) = 31.2%

R = 30.08%
G = 38.72%
B = 31.2%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#A0CEA6 (or 0xA0CEA6) is known color: Chinook. HEX triplet: A0, CE and A6. RGB value is (160,206,166). Sum of RGB (Red+Green+Blue) = 160+206+166=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 166 (65.23% from 255 or 31.20% from 532); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CEA6 is #5F3159. Grayscale: #BBBBBB. Windows color (decimal): -6238554 or 10931872. OLE color: 10931872.

HSL color Cylindrical-coordinate representation of color #A0CEA6: hue angle of 127.83º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CEA6 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 206 166 -
CMYK 0.22 0 0.19 0.19
HSL 127.83º 0.32% 0.72% -
HSV(B) 127.83º 0.22% 0.81% -
XYZ 43.45 54.37 44.28 -
YUV 187.69 115.76 108.25 -
System Red Green Blue C M Y K H S L
Decimal 160 206 166 0.22 0 0.19 0.19 127.83 0.32 0.72
Hex A0 CE A6 16 0 13 13 80 20 48
Octal 240 316 246 26 0 23 23 200 40 110
Binary 10100000 11001110 10100110 10110 0 10011 10011 10000000 100000 1001000

Color Harmonies of #A0CEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CEA6

Black with #A0CEA6

Text Example


Text Example

White with #A0CEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CEA6; }

 p { color: rgb(160,206,166); }

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

background-color css

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

 a { background-color: rgb(160,206,166); }

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

border-color css

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

 span { border-color: rgb(160,206,166); }

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