#8CB488

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

Shades of Dark Sea Green #8CB488

Tints of Dark Sea Green #8CB488

Color information

#8CB488 (or 0x8CB488) is unknown color: approx Dark Sea Green. HEX triplet: 8C, B4 and 88. RGB value is (140,180,136). Sum of RGB (Red+Green+Blue) = 140+180+136=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 136 (53.52% from 255 or 29.82% from 456); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB488 is #734B77. Grayscale: #A3A3A3. Windows color (decimal): -7555960 or 8959116. OLE color: 8959116.

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

Color convert

RGB140180136-
CMYK0.2200.240.29
HSL114.55º22.68%61.96%-
HSV(B)114.55º24.44%70.59%-
XYZ31.584029.35-
YUV163.02112.75111.58-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.70%
GREEN value IS 180 (70.70% from 255) = 39.47%
BLUE value IS 136 (53.52% from 255) = 29.82%
R=30.70%
G=39.47%
B=29.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1401801360.2200.240.29114.5522.6861.96
Hex8CB488160181D73173e
Octal21426421026030351632776
Binary1000110010110100100010001011001100011101111001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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