Html Css Color HEX #8CC180 Dark Sea Green

📋 copy color: '#8CC180'

red 140 ◦ green 193 ◦ blue 128

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

Shades of Dark Sea Green #8CC180

Tints of Dark Sea Green #8CC180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.77%

R = 30.37%
G = 41.87%
B = 27.77%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#8CC180 (or 0x8CC180) is known color: Dark Sea Green. HEX triplet: 8C, C1 and 80. RGB value is (140,193,128). Sum of RGB (Red+Green+Blue) = 140+193+128=461 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.37% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC180 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC180 is #733E7F. Grayscale: #A9A9A9. Windows color (decimal): -7552640 or 8438156. OLE color: 8438156.

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

Color convert

RGB 140 193 128 -
CMYK 0.27 0 0.34 0.24
HSL 108.92º 0.34% 0.63% -
HSV(B) 108.92º 0.34% 0.76% -
XYZ 33.78 45.27 27.38 -
YUV 169.74 104.44 106.79 -
System Red Green Blue C M Y K H S L
Decimal 140 193 128 0.27 0 0.34 0.24 108.92 0.34 0.63
Hex 8C C1 80 1B 0 22 18 6D 22 3F
Octal 214 301 200 33 0 42 30 155 42 77
Binary 10001100 11000001 10000000 11011 0 100010 11000 1101101 100010 111111

Color Harmonies of #8CC180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC180

Black with #8CC180

Text Example


Text Example

White with #8CC180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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