#8CB893

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

Shades of Dark Sea Green #8CB893

Tints of Dark Sea Green #8CB893

Color information

#8CB893 (or 0x8CB893) is unknown color: approx Dark Sea Green. HEX triplet: 8C, B8 and 93. RGB value is (140,184,147). Sum of RGB (Red+Green+Blue) = 140+184+147=471 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.72% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 184 - color contains mainly: green. Hex color #8CB893 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB893 is #73476C. Grayscale: #A6A6A6. Windows color (decimal): -7554925 or 9681036. OLE color: 9681036.

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

Color convert

RGB140184147-
CMYK0.2400.200.28
HSL129.55º23.66%63.53%-
HSV(B)129.55º23.91%72.16%-
XYZ33.2241.9633.95-
YUV166.63116.92109.01-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.72%
GREEN value IS 184 (72.27% from 255) = 39.07%
BLUE value IS 147 (57.81% from 255) = 31.21%
R=29.72%
G=39.07%
B=31.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1401841470.2400.200.28129.5523.6663.53
Hex8CB893180141C821840
Octal214270223300243420230100
Binary100011001011100010010011110000101001110010000010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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