Html Css Color HEX #A2CEB0 Chinook

📋 copy color: '#A2CEB0'

red 162 ◦ green 206 ◦ blue 176

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

Shades of Chinook #A2CEB0

Tints of Chinook #A2CEB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.35%

R = 29.78%
G = 37.87%
B = 32.35%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#A2CEB0 (or 0xA2CEB0) is known color: Chinook. HEX triplet: A2, CE and B0. RGB value is (162,206,176). Sum of RGB (Red+Green+Blue) = 162+206+176=544 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.78% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CEB0 is #5D314F. Grayscale: #BDBDBD. Windows color (decimal): -6107472 or 11587234. OLE color: 11587234.

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

Color convert

RGB 162 206 176 -
CMYK 0.21 0 0.15 0.19
HSL 139.09º 0.31% 0.72% -
HSV(B) 139.09º 0.21% 0.81% -
XYZ 44.81 54.96 49.32 -
YUV 189.42 120.42 108.44 -
System Red Green Blue C M Y K H S L
Decimal 162 206 176 0.21 0 0.15 0.19 139.09 0.31 0.72
Hex A2 CE B0 15 0 F 13 8B 1F 48
Octal 242 316 260 25 0 17 23 213 37 110
Binary 10100010 11001110 10110000 10101 0 1111 10011 10001011 11111 1001000

Color Harmonies of #A2CEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CEB0

Black with #A2CEB0

Text Example


Text Example

White with #A2CEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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