#8CB18E

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

Shades of Dark Sea Green #8CB18E

Tints of Dark Sea Green #8CB18E

Color information

#8CB18E (or 0x8CB18E) is unknown color: approx Dark Sea Green. HEX triplet: 8C, B1 and 8E. RGB value is (140,177,142). Sum of RGB (Red+Green+Blue) = 140+177+142=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 177 - color contains mainly: green. Hex color #8CB18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CB18E is #734E71. Grayscale: #A2A2A2. Windows color (decimal): -7556722 or 9351564. OLE color: 9351564.

HSL color Cylindrical-coordinate representation of color #8CB18E: hue angle of 123.24º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8CB18E is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB140177142-
CMYK0.2100.200.31
HSL123.24º19.17%62.16%-
HSV(B)123.24º20.9%69.41%-
XYZ31.4238.9731.46-
YUV161.95116.74112.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.50%
GREEN value IS 177 (69.53% from 255) = 38.56%
BLUE value IS 142 (55.86% from 255) = 30.94%
R=30.50%
G=38.56%
B=30.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1401771420.2100.200.31123.2419.1762.16
Hex8CB18E150141F7b133e
Octal21426121625024371732376
Binary1000110010110001100011101010101010011111111101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,177,142); }

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

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

 a { background-color: rgb(140,177,142); }

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

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

 span { border-color: rgb(140,177,142); }

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