#8BC495

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

Shades of Dark Sea Green #8BC495

Tints of Dark Sea Green #8BC495

Color information

#8BC495 (or 0x8BC495) is unknown color: approx Dark Sea Green. HEX triplet: 8B, C4 and 95. RGB value is (139,196,149). Sum of RGB (Red+Green+Blue) = 139+196+149=484 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.72% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 196 - color contains mainly: green. Hex color #8BC495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC495 is #743B6A. Grayscale: #ADADAD. Windows color (decimal): -7617387 or 9815179. OLE color: 9815179.

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

Color convert

RGB139196149-
CMYK0.2900.240.23
HSL130.53º32.57%65.69%-
HSV(B)130.53º29.08%76.86%-
XYZ35.8147.1435.64-
YUV173.6114.12103.32-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.72%
GREEN value IS 196 (76.95% from 255) = 40.50%
BLUE value IS 149 (58.59% from 255) = 30.79%
R=28.72%
G=40.50%
B=30.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1391961490.2900.240.23130.5332.5765.69
Hex8BC4951D01817832142
Octal213304225350302720341102
Binary1000101111000100100101011110101100010111100000111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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