#8CB48D

Color #8CB48D Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #8CB48D

Tints of Dark Sea Green #8CB48D

Color information

#8CB48D (or 0x8CB48D) is unknown color: approx Dark Sea Green. HEX triplet: 8C, B4 and 8D. RGB value is (140,180,141). Sum of RGB (Red+Green+Blue) = 140+180+141=461 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.37% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB48D is #734B72. Grayscale: #A3A3A3. Windows color (decimal): -7555955 or 9286796. OLE color: 9286796.

HSL color Cylindrical-coordinate representation of color #8CB48D: hue angle of 121.5º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8CB48D is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB140180141-
CMYK0.2200.220.29
HSL121.5º21.05%62.75%-
HSV(B)121.5º22.22%70.59%-
XYZ31.9440.1431.26-
YUV163.59115.25111.17-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.37%
GREEN value IS 180 (70.70% from 255) = 39.05%
BLUE value IS 141 (55.47% from 255) = 30.59%
R=30.37%
G=39.05%
B=30.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1401801410.2200.220.29121.521.0562.75
Hex8CB48D160161D79153f
Octal21426421526026351712577
Binary1000110010110100100011011011001011011101111100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,180,141); }

 H1.HeaderClassName
 {
   color: #8CB48D;
 }
 .AnyTagClassName
 {
   color: #8CB48D;
 }
</style>
background-color css

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

 a { background-color: rgb(140,180,141); }

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

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

 span { border-color: rgb(140,180,141); }

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