Html Css Color HEX #8CCF9E Chinook

📋 copy color: '#8CCF9E'

red 140 ◦ green 207 ◦ blue 158

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

Shades of Chinook #8CCF9E

Tints of Chinook #8CCF9E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.99%

 BLUE value IS 158 (62.11% from 255) = 31.29%

R = 27.72%
G = 40.99%
B = 31.29%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#8CCF9E (or 0x8CCF9E) is known color: Chinook. HEX triplet: 8C, CF and 9E. RGB value is (140,207,158). Sum of RGB (Red+Green+Blue) = 140+207+158=505 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.72% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCF9E is #733061. Grayscale: #B5B5B5. Windows color (decimal): -7549026 or 10407820. OLE color: 10407820.

HSL color Cylindrical-coordinate representation of color #8CCF9E: hue angle of 136.12º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCF9E is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 207 158 -
CMYK 0.32 0 0.24 0.19
HSL 136.12º 0.41% 0.68% -
HSV(B) 136.12º 0.32% 0.81% -
XYZ 39.3 52.67 40.44 -
YUV 181.38 114.8 98.48 -
System Red Green Blue C M Y K H S L
Decimal 140 207 158 0.32 0 0.24 0.19 136.12 0.41 0.68
Hex 8C CF 9E 20 0 18 13 88 29 44
Octal 214 317 236 40 0 30 23 210 51 104
Binary 10001100 11001111 10011110 100000 0 11000 10011 10001000 101001 1000100

Color Harmonies of #8CCF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCF9E

Black with #8CCF9E

Text Example


Text Example

White with #8CCF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,207,158); }

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

background-color css

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

 a { background-color: rgb(140,207,158); }

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

border-color css

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

 span { border-color: rgb(140,207,158); }

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