Html Css Color HEX #A4CEA8 Chinook

📋 copy color: '#A4CEA8'

red 164 ◦ green 206 ◦ blue 168

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

Shades of Chinook #A4CEA8

Tints of Chinook #A4CEA8

RGB

 RED value IS 164 (64.45% from 255) = 30.48%

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

 BLUE value IS 168 (66.02% from 255) = 31.23%

R = 30.48%
G = 38.29%
B = 31.23%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#A4CEA8 (or 0xA4CEA8) is known color: Chinook. HEX triplet: A4, CE and A8. RGB value is (164,206,168). Sum of RGB (Red+Green+Blue) = 164+206+168=538 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.48% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 168 (66.02% from 255 or 31.23% from 538); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CEA8 is #5B3157. Grayscale: #BDBDBD. Windows color (decimal): -5976408 or 11062948. OLE color: 11062948.

HSL color Cylindrical-coordinate representation of color #A4CEA8: hue angle of 125.71º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4CEA8 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 206 168 -
CMYK 0.20 0 0.18 0.19
HSL 125.71º 0.3% 0.73% -
HSV(B) 125.71º 0.2% 0.81% -
XYZ 44.45 54.86 45.29 -
YUV 189.11 116.09 110.09 -
System Red Green Blue C M Y K H S L
Decimal 164 206 168 0.20 0 0.18 0.19 125.71 0.3 0.73
Hex A4 CE A8 14 0 12 13 7E 1E 49
Octal 244 316 250 24 0 22 23 176 36 111
Binary 10100100 11001110 10101000 10100 0 10010 10011 1111110 11110 1001001

Color Harmonies of #A4CEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CEA8

Black with #A4CEA8

Text Example


Text Example

White with #A4CEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CEA8; }

 p { color: rgb(164,206,168); }

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

background-color css

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

 a { background-color: rgb(164,206,168); }

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

border-color css

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

 span { border-color: rgb(164,206,168); }

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