Html Css Color HEX #8CBA9E Summer Green

📋 copy color: '#8CBA9E'

red 140 ◦ green 186 ◦ blue 158

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

Shades of Summer Green #8CBA9E

Tints of Summer Green #8CBA9E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.43%

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

R = 28.93%
G = 38.43%
B = 32.64%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#8CBA9E (or 0x8CBA9E) is known color: Summer Green. HEX triplet: 8C, BA and 9E. RGB value is (140,186,158). Sum of RGB (Red+Green+Blue) = 140+186+158=484 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.93% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 158 (62.11% from 255 or 32.64% from 484); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBA9E is #734561. Grayscale: #A9A9A9. Windows color (decimal): -7554402 or 10402444. OLE color: 10402444.

HSL color Cylindrical-coordinate representation of color #8CBA9E: hue angle of 143.48º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8CBA9E is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 186 158 -
CMYK 0.25 0 0.15 0.27
HSL 143.48º 0.25% 0.64% -
HSV(B) 143.48º 0.25% 0.73% -
XYZ 34.55 43.16 38.86 -
YUV 169.05 121.76 107.28 -
System Red Green Blue C M Y K H S L
Decimal 140 186 158 0.25 0 0.15 0.27 143.48 0.25 0.64
Hex 8C BA 9E 19 0 F 1B 8F 19 40
Octal 214 272 236 31 0 17 33 217 31 100
Binary 10001100 10111010 10011110 11001 0 1111 11011 10001111 11001 1000000

Color Harmonies of #8CBA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBA9E

Black with #8CBA9E

Text Example


Text Example

White with #8CBA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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