Html Css Color HEX #8CDCA2 Chinook

📋 copy color: '#8CDCA2'

red 140 ◦ green 220 ◦ blue 162

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

Shades of Chinook #8CDCA2

Tints of Chinook #8CDCA2

RGB

 RED value IS 140 (55.08% from 255) = 26.82%

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

 BLUE value IS 162 (63.67% from 255) = 31.03%

R = 26.82%
G = 42.15%
B = 31.03%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#8CDCA2 (or 0x8CDCA2) is known color: Chinook. HEX triplet: 8C, DC and A2. RGB value is (140,220,162). Sum of RGB (Red+Green+Blue) = 140+220+162=522 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.82% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 162 (63.67% from 255 or 31.03% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDCA2 is #73235D. Grayscale: #BDBDBD. Windows color (decimal): -7545694 or 10673292. OLE color: 10673292.

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

Color convert

RGB 140 220 162 -
CMYK 0.36 0 0.26 0.14
HSL 136.5º 0.53% 0.71% -
HSV(B) 136.5º 0.36% 0.86% -
XYZ 42.93 59.37 43.38 -
YUV 189.47 112.5 92.72 -
System Red Green Blue C M Y K H S L
Decimal 140 220 162 0.36 0 0.26 0.14 136.5 0.53 0.71
Hex 8C DC A2 24 0 1A E 88 35 47
Octal 214 334 242 44 0 32 16 210 65 107
Binary 10001100 11011100 10100010 100100 0 11010 1110 10001000 110101 1000111

Color Harmonies of #8CDCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDCA2

Black with #8CDCA2

Text Example


Text Example

White with #8CDCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,220,162); }

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

background-color css

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

 a { background-color: rgb(140,220,162); }

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

border-color css

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

 span { border-color: rgb(140,220,162); }

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