#8BC395

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

Shades of Dark Sea Green #8BC395

Tints of Dark Sea Green #8BC395

Color information

#8BC395 (or 0x8BC395) is unknown color: approx Dark Sea Green. HEX triplet: 8B, C3 and 95. RGB value is (139,195,149). Sum of RGB (Red+Green+Blue) = 139+195+149=483 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.78% from 483); Green value is 195 (76.56% from 255 or 40.37% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 195 - color contains mainly: green. Hex color #8BC395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC395 is #743C6A. Grayscale: #ADADAD. Windows color (decimal): -7617643 or 9814923. OLE color: 9814923.

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

Color convert

RGB139195149-
CMYK0.2900.240.24
HSL130.71º31.82%65.49%-
HSV(B)130.71º28.72%76.47%-
XYZ35.5946.6935.57-
YUV173.01114.45103.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.78%
GREEN value IS 195 (76.56% from 255) = 40.37%
BLUE value IS 149 (58.59% from 255) = 30.85%
R=28.78%
G=40.37%
B=30.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1391951490.2900.240.24130.7131.8265.49
Hex8BC3951D01818832041
Octal213303225350303020340101
Binary1000101111000011100101011110101100011000100000111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,195,149); }

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

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

 a { background-color: rgb(139,195,149); }

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

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

 span { border-color: rgb(139,195,149); }

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