Html Css Color HEX #8CECA6 Chinook

📋 copy color: '#8CECA6'

red 140 ◦ green 236 ◦ blue 166

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

Shades of Chinook #8CECA6

Tints of Chinook #8CECA6

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.54%

 BLUE value IS 166 (65.23% from 255) = 30.63%

R = 25.83%
G = 43.54%
B = 30.63%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#8CECA6 (or 0x8CECA6) is known color: Chinook. HEX triplet: 8C, EC and A6. RGB value is (140,236,166). Sum of RGB (Red+Green+Blue) = 140+236+166=542 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.83% from 542); Green value is 236 (92.58% from 255 or 43.54% from 542); Blue value is 166 (65.23% from 255 or 30.63% from 542); Max value from RGB is 236 - color contains mainly: green. Hex color #8CECA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CECA6 is #731359. Grayscale: #C7C7C7. Windows color (decimal): -7541594 or 10939532. OLE color: 10939532.

HSL color Cylindrical-coordinate representation of color #8CECA6: hue angle of 136.25º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CECA6 is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 140 236 166 -
CMYK 0.41 0 0.30 0.07
HSL 136.25º 0.72% 0.74% -
HSV(B) 136.25º 0.41% 0.93% -
XYZ 47.69 68.32 46.75 -
YUV 199.32 109.2 85.69 -
System Red Green Blue C M Y K H S L
Decimal 140 236 166 0.41 0 0.30 0.07 136.25 0.72 0.74
Hex 8C EC A6 29 0 1E 7 88 48 4A
Octal 214 354 246 51 0 36 7 210 110 112
Binary 10001100 11101100 10100110 101001 0 11110 111 10001000 1001000 1001010

Color Harmonies of #8CECA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CECA6

Black with #8CECA6

Text Example


Text Example

White with #8CECA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,236,166); }

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

background-color css

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

 a { background-color: rgb(140,236,166); }

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

border-color css

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

 span { border-color: rgb(140,236,166); }

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