Html Css Color HEX #8CBA9F Summer Green

📋 copy color: '#8CBA9F'

red 140 ◦ green 186 ◦ blue 159

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

Shades of Summer Green #8CBA9F

Tints of Summer Green #8CBA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.78%

R = 28.87%
G = 38.35%
B = 32.78%

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

#8CBA9F (or 0x8CBA9F) is known color: Summer Green. HEX triplet: 8C, BA and 9F. RGB value is (140,186,159). Sum of RGB (Red+Green+Blue) = 140+186+159=485 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.87% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBA9F is #734560. Grayscale: #A9A9A9. Windows color (decimal): -7554401 or 10467980. OLE color: 10467980.

HSL color Cylindrical-coordinate representation of color #8CBA9F: hue angle of 144.78º 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 #8CBA9F is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 186 159 -
CMYK 0.25 0 0.15 0.27
HSL 144.78º 0.25% 0.64% -
HSV(B) 144.78º 0.25% 0.73% -
XYZ 34.63 43.2 39.31 -
YUV 169.17 122.26 107.2 -
System Red Green Blue C M Y K H S L
Decimal 140 186 159 0.25 0 0.15 0.27 144.78 0.25 0.64
Hex 8C BA 9F 19 0 F 1B 91 19 40
Octal 214 272 237 31 0 17 33 221 31 100
Binary 10001100 10111010 10011111 11001 0 1111 11011 10010001 11001 1000000

Color Harmonies of #8CBA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBA9F

Black with #8CBA9F

Text Example


Text Example

White with #8CBA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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