#8ADEA3

Color #8ADEA3 Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #8ADEA3

Tints of Chinook #8ADEA3

Color information

#8ADEA3 (or 0x8ADEA3) is unknown color: approx Chinook. HEX triplet: 8A, DE and A3. RGB value is (138,222,163). Sum of RGB (Red+Green+Blue) = 138+222+163=523 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.39% from 523); Green value is 222 (87.11% from 255 or 42.45% from 523); Blue value is 163 (64.06% from 255 or 31.17% from 523); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADEA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADEA3 is #75215C. Grayscale: #BEBEBE. Windows color (decimal): -7676253 or 10739338. OLE color: 10739338.

HSL color Cylindrical-coordinate representation of color #8ADEA3: hue angle of 137.86º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADEA3 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB138222163-
CMYK0.3800.270.13
HSL137.86º56%70.59%-
HSV(B)137.86º37.84%87.06%-
XYZ43.2160.2944.01-
YUV190.16112.6790.8-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.39%
GREEN value IS 222 (87.11% from 255) = 42.45%
BLUE value IS 163 (64.06% from 255) = 31.17%
R=26.39%
G=42.45%
B=31.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382221630.3800.270.13137.865670.59
Hex8ADEA32601BD8a3847
Octal212336243460331521270107
Binary1000101011011110101000111001100110111101100010101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ADEA3; }

 p { color: rgb(138,222,163); }

 H1.HeaderClassName
 {
   color: #8ADEA3;
 }
 .AnyTagClassName
 {
   color: #8ADEA3;
 }
</style>
background-color css

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

 a { background-color: rgb(138,222,163); }

 div.DivClassName
 {
   background-color: #8ADEA3;
 }
 .BgClassName
 {
   background-color: #8ADEA3;
 }
</style>
border-color css

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

 span { border-color: rgb(138,222,163); }

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