Html Css Color HEX #A0E5B3 Chinook

📋 copy color: '#A0E5B3'

red 160 ◦ green 229 ◦ blue 179

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

Shades of Chinook #A0E5B3

Tints of Chinook #A0E5B3

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.32%

 BLUE value IS 179 (70.31% from 255) = 31.51%

R = 28.17%
G = 40.32%
B = 31.51%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.22

 K value IS 0.10

RGB Variations

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

Color information

#A0E5B3 (or 0xA0E5B3) is known color: Chinook. HEX triplet: A0, E5 and B3. RGB value is (160,229,179). Sum of RGB (Red+Green+Blue) = 160+229+179=568 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.17% from 568); Green value is 229 (89.84% from 255 or 40.32% from 568); Blue value is 179 (70.31% from 255 or 31.51% from 568); Max value from RGB is 229 - color contains mainly: green. Hex color #A0E5B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E5B3 is #5F1A4C. Grayscale: #CACACA. Windows color (decimal): -6232653 or 11789728. OLE color: 11789728.

HSL color Cylindrical-coordinate representation of color #A0E5B3: hue angle of 136.52º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0E5B3 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 229 179 -
CMYK 0.30 0 0.22 0.10
HSL 136.52º 0.57% 0.76% -
HSV(B) 136.52º 0.3% 0.9% -
XYZ 50.65 66.77 52.87 -
YUV 202.67 114.64 97.57 -
System Red Green Blue C M Y K H S L
Decimal 160 229 179 0.30 0 0.22 0.10 136.52 0.57 0.76
Hex A0 E5 B3 1E 0 16 A 89 39 4C
Octal 240 345 263 36 0 26 12 211 71 114
Binary 10100000 11100101 10110011 11110 0 10110 1010 10001001 111001 1001100

Color Harmonies of #A0E5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E5B3

Black with #A0E5B3

Text Example


Text Example

White with #A0E5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E5B3; }

 p { color: rgb(160,229,179); }

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

background-color css

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

 a { background-color: rgb(160,229,179); }

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

border-color css

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

 span { border-color: rgb(160,229,179); }

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