Html Css Color HEX #A2CEA5 Chinook

📋 copy color: '#A2CEA5'

red 162 ◦ green 206 ◦ blue 165

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

Shades of Chinook #A2CEA5

Tints of Chinook #A2CEA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 30.96%

R = 30.39%
G = 38.65%
B = 30.96%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#A2CEA5 (or 0xA2CEA5) is known color: Chinook. HEX triplet: A2, CE and A5. RGB value is (162,206,165). Sum of RGB (Red+Green+Blue) = 162+206+165=533 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.39% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 165 (64.84% from 255 or 30.96% from 533); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CEA5 is #5D315A. Grayscale: #BCBCBC. Windows color (decimal): -6107483 or 10866338. OLE color: 10866338.

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

Color convert

RGB 162 206 165 -
CMYK 0.21 0 0.20 0.19
HSL 124.09º 0.31% 0.72% -
HSV(B) 124.09º 0.21% 0.81% -
XYZ 43.76 54.54 43.82 -
YUV 188.17 114.92 109.33 -
System Red Green Blue C M Y K H S L
Decimal 162 206 165 0.21 0 0.20 0.19 124.09 0.31 0.72
Hex A2 CE A5 15 0 14 13 7C 1F 48
Octal 242 316 245 25 0 24 23 174 37 110
Binary 10100010 11001110 10100101 10101 0 10100 10011 1111100 11111 1001000

Color Harmonies of #A2CEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CEA5

Black with #A2CEA5

Text Example


Text Example

White with #A2CEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CEA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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