Html Css Color HEX #8ACEA1 Chinook

📋 copy color: '#8ACEA1'

red 138 ◦ green 206 ◦ blue 161

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

Shades of Chinook #8ACEA1

Tints of Chinook #8ACEA1

RGB

 RED value IS 138 (54.3% from 255) = 27.33%

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

 BLUE value IS 161 (63.28% from 255) = 31.88%

R = 27.33%
G = 40.79%
B = 31.88%

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

#8ACEA1 (or 0x8ACEA1) is known color: Chinook. HEX triplet: 8A, CE and A1. RGB value is (138,206,161). Sum of RGB (Red+Green+Blue) = 138+206+161=505 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.33% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 161 (63.28% from 255 or 31.88% from 505); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACEA1 is #75315E. Grayscale: #B4B4B4. Windows color (decimal): -7680351 or 10604170. OLE color: 10604170.

HSL color Cylindrical-coordinate representation of color #8ACEA1: hue angle of 140.29º 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 #8ACEA1 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 206 161 -
CMYK 0.33 0 0.22 0.19
HSL 140.29º 0.41% 0.67% -
HSV(B) 140.29º 0.33% 0.81% -
XYZ 38.99 52.12 41.72 -
YUV 180.54 116.97 97.66 -
System Red Green Blue C M Y K H S L
Decimal 138 206 161 0.33 0 0.22 0.19 140.29 0.41 0.67
Hex 8A CE A1 21 0 16 13 8C 29 43
Octal 212 316 241 41 0 26 23 214 51 103
Binary 10001010 11001110 10100001 100001 0 10110 10011 10001100 101001 1000011

Color Harmonies of #8ACEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACEA1

Black with #8ACEA1

Text Example


Text Example

White with #8ACEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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