Html Css Color HEX #8ADEA4 Chinook

📋 copy color: '#8ADEA4'

red 138 ◦ green 222 ◦ blue 164

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

Shades of Chinook #8ADEA4

Tints of Chinook #8ADEA4

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.37%

 BLUE value IS 164 (64.45% from 255) = 31.3%

R = 26.34%
G = 42.37%
B = 31.3%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#8ADEA4 (or 0x8ADEA4) is known color: Chinook. HEX triplet: 8A, DE and A4. RGB value is (138,222,164). Sum of RGB (Red+Green+Blue) = 138+222+164=524 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.34% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 164 (64.45% from 255 or 31.30% from 524); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADEA4 is #75215B. Grayscale: #BEBEBE. Windows color (decimal): -7676252 or 10804874. OLE color: 10804874.

HSL color Cylindrical-coordinate representation of color #8ADEA4: hue angle of 138.57º 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 #8ADEA4 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 222 164 -
CMYK 0.38 0 0.26 0.13
HSL 138.57º 0.56% 0.71% -
HSV(B) 138.57º 0.38% 0.87% -
XYZ 43.3 60.33 44.48 -
YUV 190.27 113.17 90.72 -
System Red Green Blue C M Y K H S L
Decimal 138 222 164 0.38 0 0.26 0.13 138.57 0.56 0.71
Hex 8A DE A4 26 0 1A D 8B 38 47
Octal 212 336 244 46 0 32 15 213 70 107
Binary 10001010 11011110 10100100 100110 0 11010 1101 10001011 111000 1000111

Color Harmonies of #8ADEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADEA4

Black with #8ADEA4

Text Example


Text Example

White with #8ADEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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