#95BB8F

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

Shades of Dark Sea Green #95BB8F

Tints of Dark Sea Green #95BB8F

Color information

#95BB8F (or 0x95BB8F) is unknown color: approx Dark Sea Green. HEX triplet: 95, BB and 8F. RGB value is (149,187,143). Sum of RGB (Red+Green+Blue) = 149+187+143=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 187 - color contains mainly: green. Hex color #95BB8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BB8F is #6A4470. Grayscale: #AAAAAA. Windows color (decimal): -6964337 or 9419669. OLE color: 9419669.

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

Color convert

RGB149187143-
CMYK0.2000.240.27
HSL111.82º24.44%64.71%-
HSV(B)111.82º23.53%73.33%-
XYZ35.1243.9132.61-
YUV170.62112.41112.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.11%
GREEN value IS 187 (73.44% from 255) = 39.04%
BLUE value IS 143 (56.25% from 255) = 29.85%
R=31.11%
G=39.04%
B=29.85%

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
Decimal1491871430.2000.240.27111.8224.4464.71
Hex95BB8F140181B701841
Octal225273217240303316030101
Binary10010101101110111000111110100011000110111110000110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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