#8CB48E

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

Shades of Dark Sea Green #8CB48E

Tints of Dark Sea Green #8CB48E

Color information

#8CB48E (or 0x8CB48E) is unknown color: approx Dark Sea Green. HEX triplet: 8C, B4 and 8E. RGB value is (140,180,142). Sum of RGB (Red+Green+Blue) = 140+180+142=462 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.30% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB48E is #734B71. Grayscale: #A3A3A3. Windows color (decimal): -7555954 or 9352332. OLE color: 9352332.

HSL color Cylindrical-coordinate representation of color #8CB48E: hue angle of 123º 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 #8CB48E is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB140180142-
CMYK0.2200.210.29
HSL123º21.05%62.75%-
HSV(B)123º22.22%70.59%-
XYZ32.0240.1731.66-
YUV163.71115.75111.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.30%
GREEN value IS 180 (70.70% from 255) = 38.96%
BLUE value IS 142 (55.86% from 255) = 30.74%
R=30.30%
G=38.96%
B=30.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1401801420.2200.210.2912321.0562.75
Hex8CB48E160151D7b153f
Octal21426421626025351732577
Binary1000110010110100100011101011001010111101111101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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