#95C08B

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

Shades of Dark Sea Green #95C08B

Tints of Dark Sea Green #95C08B

Color information

#95C08B (or 0x95C08B) is unknown color: approx Dark Sea Green. HEX triplet: 95, C0 and 8B. RGB value is (149,192,139). Sum of RGB (Red+Green+Blue) = 149+192+139=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 192 - color contains mainly: green. Hex color #95C08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C08B is #6A3F74. Grayscale: #ADADAD. Windows color (decimal): -6963061 or 9158805. OLE color: 9158805.

HSL color Cylindrical-coordinate representation of color #95C08B: hue angle of 108.68º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95C08B is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB149192139-
CMYK0.2200.280.25
HSL108.68º29.61%64.9%-
HSV(B)108.68º27.6%75.29%-
XYZ35.945.9531.4-
YUV173.1108.75110.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.04%
GREEN value IS 192 (75.39% from 255) = 40%
BLUE value IS 139 (54.69% from 255) = 28.96%
R=31.04%
G=40%
B=28.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491921390.2200.280.25108.6829.6164.9
Hex95C08B1601C196d1e41
Octal225300213260343115536101
Binary10010101110000001000101110110011100110011101101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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