Html Css Color HEX #8CBCA0 Summer Green

📋 copy color: '#8CBCA0'

red 140 ◦ green 188 ◦ blue 160

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

Shades of Summer Green #8CBCA0

Tints of Summer Green #8CBCA0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.52%

 BLUE value IS 160 (62.89% from 255) = 32.79%

R = 28.69%
G = 38.52%
B = 32.79%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#8CBCA0 (or 0x8CBCA0) is known color: Summer Green. HEX triplet: 8C, BC and A0. RGB value is (140,188,160). Sum of RGB (Red+Green+Blue) = 140+188+160=488 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.69% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBCA0 is #73435F. Grayscale: #AAAAAA. Windows color (decimal): -7553888 or 10534028. OLE color: 10534028.

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

Color convert

RGB 140 188 160 -
CMYK 0.26 0 0.15 0.26
HSL 145º 0.26% 0.64% -
HSV(B) 145º 0.26% 0.74% -
XYZ 35.14 44.08 39.91 -
YUV 170.46 122.1 106.28 -
System Red Green Blue C M Y K H S L
Decimal 140 188 160 0.26 0 0.15 0.26 145 0.26 0.64
Hex 8C BC A0 1A 0 F 1A 91 1A 40
Octal 214 274 240 32 0 17 32 221 32 100
Binary 10001100 10111100 10100000 11010 0 1111 11010 10010001 11010 1000000

Color Harmonies of #8CBCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBCA0

Black with #8CBCA0

Text Example


Text Example

White with #8CBCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,188,160); }

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

background-color css

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

 a { background-color: rgb(140,188,160); }

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

border-color css

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

 span { border-color: rgb(140,188,160); }

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