#8CC193

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

Shades of Dark Sea Green #8CC193

Tints of Dark Sea Green #8CC193

Color information

#8CC193 (or 0x8CC193) is unknown color: approx Dark Sea Green. HEX triplet: 8C, C1 and 93. RGB value is (140,193,147). Sum of RGB (Red+Green+Blue) = 140+193+147=480 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.17% from 480); Green value is 193 (75.78% from 255 or 40.21% from 480); Blue value is 147 (57.81% from 255 or 30.62% from 480); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC193 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC193 is #733E6C. Grayscale: #ACACAC. Windows color (decimal): -7552621 or 9683340. OLE color: 9683340.

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

Color convert

RGB140193147-
CMYK0.2700.240.24
HSL127.92º29.94%65.29%-
HSV(B)127.92º27.46%75.69%-
XYZ35.1545.8234.6-
YUV171.91113.94105.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.17%
GREEN value IS 193 (75.78% from 255) = 40.21%
BLUE value IS 147 (57.81% from 255) = 30.62%
R=29.17%
G=40.21%
B=30.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1401931470.2700.240.24127.9229.9465.29
Hex8CC1931B01818801e41
Octal214301223330303020036101
Binary100011001100000110010011110110110001100010000000111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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