Html Css Color HEX #8CC1A0 Summer Green

📋 copy color: '#8CC1A0'

red 140 ◦ green 193 ◦ blue 160

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

Shades of Summer Green #8CC1A0

Tints of Summer Green #8CC1A0

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.15%

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

R = 28.4%
G = 39.15%
B = 32.45%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#8CC1A0 (or 0x8CC1A0) is known color: Summer Green. HEX triplet: 8C, C1 and A0. RGB value is (140,193,160). Sum of RGB (Red+Green+Blue) = 140+193+160=493 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.40% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC1A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC1A0 is #733E5F. Grayscale: #ADADAD. Windows color (decimal): -7552608 or 10535308. OLE color: 10535308.

HSL color Cylindrical-coordinate representation of color #8CC1A0: hue angle of 142.64º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8CC1A0 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 140 193 160 -
CMYK 0.27 0 0.17 0.24
HSL 142.64º 0.3% 0.65% -
HSV(B) 142.64º 0.27% 0.76% -
XYZ 36.23 46.25 40.28 -
YUV 173.39 120.44 104.18 -
System Red Green Blue C M Y K H S L
Decimal 140 193 160 0.27 0 0.17 0.24 142.64 0.3 0.65
Hex 8C C1 A0 1B 0 11 18 8F 1E 41
Octal 214 301 240 33 0 21 30 217 36 101
Binary 10001100 11000001 10100000 11011 0 10001 11000 10001111 11110 1000001

Color Harmonies of #8CC1A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC1A0

Black with #8CC1A0

Text Example


Text Example

White with #8CC1A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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