#8ACEA0

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

Shades of Chinook #8ACEA0

Tints of Chinook #8ACEA0

Color information

#8ACEA0 (or 0x8ACEA0) is unknown color: approx Chinook. HEX triplet: 8A, CE and A0. RGB value is (138,206,160). Sum of RGB (Red+Green+Blue) = 138+206+160=504 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.38% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACEA0 is #75315F. Grayscale: #B4B4B4. Windows color (decimal): -7680352 or 10538634. OLE color: 10538634.

HSL color Cylindrical-coordinate representation of color #8ACEA0: hue angle of 139.41º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACEA0 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB138206160-
CMYK0.3300.220.19
HSL139.41º40.96%67.45%-
HSV(B)139.41º33.01%80.78%-
XYZ38.952.0841.26-
YUV180.42116.4797.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.38%
GREEN value IS 206 (80.86% from 255) = 40.87%
BLUE value IS 160 (62.89% from 255) = 31.75%
R=27.38%
G=40.87%
B=31.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1382061600.3300.220.19139.4140.9667.45
Hex8ACEA021016138b2943
Octal212316240410262321351103
Binary10001010110011101010000010000101011010011100010111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,206,160); }

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

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

 a { background-color: rgb(138,206,160); }

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

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

 span { border-color: rgb(138,206,160); }

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