#95BC8F

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

Shades of Dark Sea Green #95BC8F

Tints of Dark Sea Green #95BC8F

Color information

#95BC8F (or 0x95BC8F) is unknown color: approx Dark Sea Green. HEX triplet: 95, BC and 8F. RGB value is (149,188,143). Sum of RGB (Red+Green+Blue) = 149+188+143=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 143 (56.25% from 255 or 29.79% from 480); Max value from RGB is 188 - color contains mainly: green. Hex color #95BC8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BC8F is #6A4370. Grayscale: #ABABAB. Windows color (decimal): -6964081 or 9419925. OLE color: 9419925.

HSL color Cylindrical-coordinate representation of color #95BC8F: hue angle of 112º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95BC8F is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB149188143-
CMYK0.2100.240.26
HSL112º25.14%64.9%-
HSV(B)112º23.94%73.73%-
XYZ35.3444.3432.68-
YUV171.21112.08112.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.04%
GREEN value IS 188 (73.83% from 255) = 39.17%
BLUE value IS 143 (56.25% from 255) = 29.79%
R=31.04%
G=39.17%
B=29.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491881430.2100.240.2611225.1464.9
Hex95BC8F150181A701941
Octal225274217250303216031101
Binary10010101101111001000111110101011000110101110000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95BC8F; }

 p { color: rgb(149,188,143); }

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

<style>
 a { background-color: #95BC8F; }

 a { background-color: rgb(149,188,143); }

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

<style>
 span { border-color: #95BC8F; }

 span { border-color: rgb(149,188,143); }

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