Html Css Color HEX #8CC080 Dark Sea Green

📋 copy color: '#8CC080'

red 140 ◦ green 192 ◦ blue 128

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

Shades of Dark Sea Green #8CC080

Tints of Dark Sea Green #8CC080

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.74%

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

R = 30.43%
G = 41.74%
B = 27.83%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#8CC080 (or 0x8CC080) is known color: Dark Sea Green. HEX triplet: 8C, C0 and 80. RGB value is (140,192,128). Sum of RGB (Red+Green+Blue) = 140+192+128=460 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.43% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC080 is #733F7F. Grayscale: #A9A9A9. Windows color (decimal): -7552896 or 8437900. OLE color: 8437900.

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

Color convert

RGB 140 192 128 -
CMYK 0.27 0 0.33 0.25
HSL 108.75º 0.34% 0.63% -
HSV(B) 108.75º 0.33% 0.75% -
XYZ 33.56 44.83 27.31 -
YUV 169.16 104.77 107.2 -
System Red Green Blue C M Y K H S L
Decimal 140 192 128 0.27 0 0.33 0.25 108.75 0.34 0.63
Hex 8C C0 80 1B 0 21 19 6D 22 3F
Octal 214 300 200 33 0 41 31 155 42 77
Binary 10001100 11000000 10000000 11011 0 100001 11001 1101101 100010 111111

Color Harmonies of #8CC080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC080

Black with #8CC080

Text Example


Text Example

White with #8CC080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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