#8BC493

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

Shades of Dark Sea Green #8BC493

Tints of Dark Sea Green #8BC493

Color information

#8BC493 (or 0x8BC493) is unknown color: approx Dark Sea Green. HEX triplet: 8B, C4 and 93. RGB value is (139,196,147). Sum of RGB (Red+Green+Blue) = 139+196+147=482 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.84% from 482); Green value is 196 (76.95% from 255 or 40.66% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 196 - color contains mainly: green. Hex color #8BC493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC493 is #743B6C. Grayscale: #ADADAD. Windows color (decimal): -7617389 or 9684107. OLE color: 9684107.

HSL color Cylindrical-coordinate representation of color #8BC493: hue angle of 128.42º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BC493 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB139196147-
CMYK0.2900.250.23
HSL128.42º32.57%65.69%-
HSV(B)128.42º29.08%76.86%-
XYZ35.6547.0834.81-
YUV173.37113.12103.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.84%
GREEN value IS 196 (76.95% from 255) = 40.66%
BLUE value IS 147 (57.81% from 255) = 30.50%
R=28.84%
G=40.66%
B=30.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1391961470.2900.250.23128.4232.5765.69
Hex8BC4931D01917802142
Octal213304223350312720041102
Binary1000101111000100100100111110101100110111100000001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,196,147); }

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

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

 a { background-color: rgb(139,196,147); }

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

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

 span { border-color: rgb(139,196,147); }

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