#95BA8D

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

Shades of Dark Sea Green #95BA8D

Tints of Dark Sea Green #95BA8D

Color information

#95BA8D (or 0x95BA8D) is unknown color: approx Dark Sea Green. HEX triplet: 95, BA and 8D. RGB value is (149,186,141). Sum of RGB (Red+Green+Blue) = 149+186+141=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BA8D is #6A4572. Grayscale: #A9A9A9. Windows color (decimal): -6964595 or 9288341. OLE color: 9288341.

HSL color Cylindrical-coordinate representation of color #95BA8D: hue angle of 109.33º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95BA8D is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB149186141-
CMYK0.2000.240.27
HSL109.33º24.59%64.12%-
HSV(B)109.33º24.19%72.94%-
XYZ34.7643.4331.75-
YUV169.81111.74113.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.30%
GREEN value IS 186 (73.05% from 255) = 39.08%
BLUE value IS 141 (55.47% from 255) = 29.62%
R=31.30%
G=39.08%
B=29.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491861410.2000.240.27109.3324.5964.12
Hex95BA8D140181B6d1940
Octal225272215240303315531100
Binary10010101101110101000110110100011000110111101101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,186,141); }

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

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

 a { background-color: rgb(149,186,141); }

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

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

 span { border-color: rgb(149,186,141); }

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