Html Css Color HEX #8ADAA4 Chinook

📋 copy color: '#8ADAA4'

red 138 ◦ green 218 ◦ blue 164

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

Shades of Chinook #8ADAA4

Tints of Chinook #8ADAA4

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.92%

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

R = 26.54%
G = 41.92%
B = 31.54%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#8ADAA4 (or 0x8ADAA4) is known color: Chinook. HEX triplet: 8A, DA and A4. RGB value is (138,218,164). Sum of RGB (Red+Green+Blue) = 138+218+164=520 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.54% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 164 (64.45% from 255 or 31.54% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #8ADAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADAA4 is #75255B. Grayscale: #BCBCBC. Windows color (decimal): -7677276 or 10803850. OLE color: 10803850.

HSL color Cylindrical-coordinate representation of color #8ADAA4: hue angle of 139.5º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ADAA4 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 138 218 164 -
CMYK 0.37 0 0.25 0.15
HSL 139.5º 0.52% 0.7% -
HSV(B) 139.5º 0.37% 0.85% -
XYZ 42.25 58.23 44.13 -
YUV 187.92 114.5 92.39 -
System Red Green Blue C M Y K H S L
Decimal 138 218 164 0.37 0 0.25 0.15 139.5 0.52 0.7
Hex 8A DA A4 25 0 19 F 8C 34 46
Octal 212 332 244 45 0 31 17 214 64 106
Binary 10001010 11011010 10100100 100101 0 11001 1111 10001100 110100 1000110

Color Harmonies of #8ADAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADAA4

Black with #8ADAA4

Text Example


Text Example

White with #8ADAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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