Html Css Color HEX #8ACEA0 Chinook

📋 copy color: '#8ACEA0'

red 138 ◦ green 206 ◦ blue 160

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

Shades of Chinook #8ACEA0

Tints of Chinook #8ACEA0

RGB

 RED value IS 138 (54.3% 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 value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#8ACEA0 (or 0x8ACEA0) is known color: 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

RGB 138 206 160 -
CMYK 0.33 0 0.22 0.19
HSL 139.41º 0.41% 0.67% -
HSV(B) 139.41º 0.33% 0.81% -
XYZ 38.9 52.08 41.26 -
YUV 180.42 116.47 97.74 -
System Red Green Blue C M Y K H S L
Decimal 138 206 160 0.33 0 0.22 0.19 139.41 0.41 0.67
Hex 8A CE A0 21 0 16 13 8B 29 43
Octal 212 316 240 41 0 26 23 213 51 103
Binary 10001010 11001110 10100000 100001 0 10110 10011 10001011 101001 1000011

Color Harmonies of #8ACEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACEA0

Black with #8ACEA0

Text Example


Text Example

White with #8ACEA0

Text Example


Text Example

HTML Codes & Css Web 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>