Html Css Color HEX #8ADBA0 Chinook

📋 copy color: '#8ADBA0'

red 138 ◦ green 219 ◦ blue 160

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

Shades of Chinook #8ADBA0

Tints of Chinook #8ADBA0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.36%

 BLUE value IS 160 (62.89% from 255) = 30.95%

R = 26.69%
G = 42.36%
B = 30.95%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#8ADBA0 (or 0x8ADBA0) is known color: Chinook. HEX triplet: 8A, DB and A0. RGB value is (138,219,160). Sum of RGB (Red+Green+Blue) = 138+219+160=517 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.69% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADBA0 is #75245F. Grayscale: #BCBCBC. Windows color (decimal): -7677024 or 10541962. OLE color: 10541962.

HSL color Cylindrical-coordinate representation of color #8ADBA0: hue angle of 136.3º degrees, saturation: 0.53, 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 #8ADBA0 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 219 160 -
CMYK 0.37 0 0.27 0.14
HSL 136.3º 0.53% 0.7% -
HSV(B) 136.3º 0.37% 0.86% -
XYZ 42.16 58.6 42.35 -
YUV 188.06 112.16 92.3 -
System Red Green Blue C M Y K H S L
Decimal 138 219 160 0.37 0 0.27 0.14 136.3 0.53 0.7
Hex 8A DB A0 25 0 1B E 88 35 46
Octal 212 333 240 45 0 33 16 210 65 106
Binary 10001010 11011011 10100000 100101 0 11011 1110 10001000 110101 1000110

Color Harmonies of #8ADBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADBA0

Black with #8ADBA0

Text Example


Text Example

White with #8ADBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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