#95B598

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

Shades of Dark Sea Green #95B598

Tints of Dark Sea Green #95B598

Color information

#95B598 (or 0x95B598) is unknown color: approx Dark Sea Green. HEX triplet: 95, B5 and 98. RGB value is (149,181,152). Sum of RGB (Red+Green+Blue) = 149+181+152=482 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.91% from 482); Green value is 181 (71.09% from 255 or 37.55% from 482); Blue value is 152 (59.77% from 255 or 31.54% from 482); Max value from RGB is 181 - color contains mainly: green. Hex color #95B598 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B598 is #6A4A67. Grayscale: #A8A8A8. Windows color (decimal): -6965864 or 10007957. OLE color: 10007957.

HSL color Cylindrical-coordinate representation of color #95B598: hue angle of 125.62º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #95B598 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB149181152-
CMYK0.1800.160.29
HSL125.62º17.78%64.71%-
HSV(B)125.62º17.68%70.98%-
XYZ34.5941.735.93-
YUV168.13118.9114.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.91%
GREEN value IS 181 (71.09% from 255) = 37.55%
BLUE value IS 152 (59.77% from 255) = 31.54%
R=30.91%
G=37.55%
B=31.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1491811520.1800.160.29125.6217.7864.71
Hex95B598120101D7e1241
Octal225265230220203517622101
Binary10010101101101011001100010010010000111011111110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,181,152); }

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

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

 a { background-color: rgb(149,181,152); }

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

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

 span { border-color: rgb(149,181,152); }

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