Html Css Color HEX #8CBA9A Summer Green

📋 copy color: '#8CBA9A'

red 140 ◦ green 186 ◦ blue 154

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

Shades of Summer Green #8CBA9A

Tints of Summer Green #8CBA9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.08%

R = 29.17%
G = 38.75%
B = 32.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#8CBA9A (or 0x8CBA9A) is known color: Summer Green. HEX triplet: 8C, BA and 9A. RGB value is (140,186,154). Sum of RGB (Red+Green+Blue) = 140+186+154=480 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.17% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 154 (60.55% from 255 or 32.08% from 480); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBA9A is #734565. Grayscale: #A8A8A8. Windows color (decimal): -7554406 or 10140300. OLE color: 10140300.

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

Color convert

RGB 140 186 154 -
CMYK 0.25 0 0.17 0.27
HSL 138.26º 0.25% 0.64% -
HSV(B) 138.26º 0.25% 0.73% -
XYZ 34.21 43.03 37.07 -
YUV 168.6 119.76 107.6 -
System Red Green Blue C M Y K H S L
Decimal 140 186 154 0.25 0 0.17 0.27 138.26 0.25 0.64
Hex 8C BA 9A 19 0 11 1B 8A 19 40
Octal 214 272 232 31 0 21 33 212 31 100
Binary 10001100 10111010 10011010 11001 0 10001 11011 10001010 11001 1000000

Color Harmonies of #8CBA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBA9A

Black with #8CBA9A

Text Example


Text Example

White with #8CBA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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