Html Css Color HEX #A2CEA6 Chinook

📋 copy color: '#A2CEA6'

red 162 ◦ green 206 ◦ blue 166

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

Shades of Chinook #A2CEA6

Tints of Chinook #A2CEA6

RGB

 RED value IS 162 (63.67% from 255) = 30.34%

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

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

R = 30.34%
G = 38.58%
B = 31.09%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#A2CEA6 (or 0xA2CEA6) is known color: Chinook. HEX triplet: A2, CE and A6. RGB value is (162,206,166). Sum of RGB (Red+Green+Blue) = 162+206+166=534 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.34% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 166 (65.23% from 255 or 31.09% from 534); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CEA6 is #5D3159. Grayscale: #BCBCBC. Windows color (decimal): -6107482 or 10931874. OLE color: 10931874.

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

Color convert

RGB 162 206 166 -
CMYK 0.21 0 0.19 0.19
HSL 125.45º 0.31% 0.72% -
HSV(B) 125.45º 0.21% 0.81% -
XYZ 43.85 54.58 44.3 -
YUV 188.28 115.42 109.25 -
System Red Green Blue C M Y K H S L
Decimal 162 206 166 0.21 0 0.19 0.19 125.45 0.31 0.72
Hex A2 CE A6 15 0 13 13 7D 1F 48
Octal 242 316 246 25 0 23 23 175 37 110
Binary 10100010 11001110 10100110 10101 0 10011 10011 1111101 11111 1001000

Color Harmonies of #A2CEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CEA6

Black with #A2CEA6

Text Example


Text Example

White with #A2CEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CEA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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