Html Css Color HEX #8ADCA3 Chinook

📋 copy color: '#8ADCA3'

red 138 ◦ green 220 ◦ blue 163

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

Shades of Chinook #8ADCA3

Tints of Chinook #8ADCA3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.23%

 BLUE value IS 163 (64.06% from 255) = 31.29%

R = 26.49%
G = 42.23%
B = 31.29%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#8ADCA3 (or 0x8ADCA3) is known color: Chinook. HEX triplet: 8A, DC and A3. RGB value is (138,220,163). Sum of RGB (Red+Green+Blue) = 138+220+163=521 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.49% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 163 (64.06% from 255 or 31.29% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADCA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADCA3 is #75235C. Grayscale: #BDBDBD. Windows color (decimal): -7676765 or 10738826. OLE color: 10738826.

HSL color Cylindrical-coordinate representation of color #8ADCA3: hue angle of 138.29º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ADCA3 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 220 163 -
CMYK 0.37 0 0.26 0.14
HSL 138.29º 0.54% 0.7% -
HSV(B) 138.29º 0.37% 0.86% -
XYZ 42.69 59.23 43.83 -
YUV 188.98 113.33 91.63 -
System Red Green Blue C M Y K H S L
Decimal 138 220 163 0.37 0 0.26 0.14 138.29 0.54 0.7
Hex 8A DC A3 25 0 1A E 8A 36 46
Octal 212 334 243 45 0 32 16 212 66 106
Binary 10001010 11011100 10100011 100101 0 11010 1110 10001010 110110 1000110

Color Harmonies of #8ADCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADCA3

Black with #8ADCA3

Text Example


Text Example

White with #8ADCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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