#95BC9A

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

Shades of Dark Sea Green #95BC9A

Tints of Dark Sea Green #95BC9A

Color information

#95BC9A (or 0x95BC9A) is unknown color: approx Dark Sea Green. HEX triplet: 95, BC and 9A. RGB value is (149,188,154). Sum of RGB (Red+Green+Blue) = 149+188+154=491 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.35% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 188 - color contains mainly: green. Hex color #95BC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BC9A is #6A4365. Grayscale: #ACACAC. Windows color (decimal): -6964070 or 10140821. OLE color: 10140821.

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

Color convert

RGB149188154-
CMYK0.2100.180.26
HSL127.69º22.54%66.08%-
HSV(B)127.69º20.74%73.73%-
XYZ36.2144.6937.29-
YUV172.46117.58111.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.35%
GREEN value IS 188 (73.83% from 255) = 38.29%
BLUE value IS 154 (60.55% from 255) = 31.36%
R=30.35%
G=38.29%
B=31.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491881540.2100.180.26127.6922.5466.08
Hex95BC9A150121A801742
Octal225274232250223220027102
Binary100101011011110010011010101010100101101010000000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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