#8BC195

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

Shades of Dark Sea Green #8BC195

Tints of Dark Sea Green #8BC195

Color information

#8BC195 (or 0x8BC195) is unknown color: approx Dark Sea Green. HEX triplet: 8B, C1 and 95. RGB value is (139,193,149). Sum of RGB (Red+Green+Blue) = 139+193+149=481 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.90% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 193 - color contains mainly: green. Hex color #8BC195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC195 is #743E6A. Grayscale: #ABABAB. Windows color (decimal): -7618155 or 9814411. OLE color: 9814411.

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

Color convert

RGB139193149-
CMYK0.2800.230.24
HSL131.11º30.34%65.1%-
HSV(B)131.11º27.98%75.69%-
XYZ35.1445.835.42-
YUV171.84115.11104.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.90%
GREEN value IS 193 (75.78% from 255) = 40.12%
BLUE value IS 149 (58.59% from 255) = 30.98%
R=28.90%
G=40.12%
B=30.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1391931490.2800.230.24131.1130.3465.1
Hex8BC1951C01718831e41
Octal213301225340273020336101
Binary100010111100000110010101111000101111100010000011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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