Html Css Color HEX #8ADDA3 Chinook

📋 copy color: '#8ADDA3'

red 138 ◦ green 221 ◦ blue 163

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

Shades of Chinook #8ADDA3

Tints of Chinook #8ADDA3

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.34%

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

R = 26.44%
G = 42.34%
B = 31.23%

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

#8ADDA3 (or 0x8ADDA3) is known color: Chinook. HEX triplet: 8A, DD and A3. RGB value is (138,221,163). Sum of RGB (Red+Green+Blue) = 138+221+163=522 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.44% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 163 (64.06% from 255 or 31.23% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADDA3 is #75225C. Grayscale: #BDBDBD. Windows color (decimal): -7676509 or 10739082. OLE color: 10739082.

HSL color Cylindrical-coordinate representation of color #8ADDA3: hue angle of 138.07º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADDA3 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 221 163 -
CMYK 0.38 0 0.26 0.13
HSL 138.07º 0.55% 0.7% -
HSV(B) 138.07º 0.38% 0.87% -
XYZ 42.95 59.76 43.92 -
YUV 189.57 113 91.22 -
System Red Green Blue C M Y K H S L
Decimal 138 221 163 0.38 0 0.26 0.13 138.07 0.55 0.7
Hex 8A DD A3 26 0 1A D 8A 37 46
Octal 212 335 243 46 0 32 15 212 67 106
Binary 10001010 11011101 10100011 100110 0 11010 1101 10001010 110111 1000110

Color Harmonies of #8ADDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADDA3

Black with #8ADDA3

Text Example


Text Example

White with #8ADDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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