#8CB993

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

Shades of Dark Sea Green #8CB993

Tints of Dark Sea Green #8CB993

Color information

#8CB993 (or 0x8CB993) is unknown color: approx Dark Sea Green. HEX triplet: 8C, B9 and 93. RGB value is (140,185,147). Sum of RGB (Red+Green+Blue) = 140+185+147=472 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.66% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB993 is #73466C. Grayscale: #A7A7A7. Windows color (decimal): -7554669 or 9681292. OLE color: 9681292.

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

Color convert

RGB140185147-
CMYK0.2400.210.27
HSL129.33º24.32%63.73%-
HSV(B)129.33º24.32%72.55%-
XYZ33.4342.3834.02-
YUV167.21116.59108.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.66%
GREEN value IS 185 (72.66% from 255) = 39.19%
BLUE value IS 147 (57.81% from 255) = 31.14%
R=29.66%
G=39.19%
B=31.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401851470.2400.210.27129.3324.3263.73
Hex8CB993180151B811840
Octal214271223300253320130100
Binary100011001011100110010011110000101011101110000001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,185,147); }

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

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

 a { background-color: rgb(140,185,147); }

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

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

 span { border-color: rgb(140,185,147); }

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