#95BD94

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

Shades of Dark Sea Green #95BD94

Tints of Dark Sea Green #95BD94

Color information

#95BD94 (or 0x95BD94) is unknown color: approx Dark Sea Green. HEX triplet: 95, BD and 94. RGB value is (149,189,148). Sum of RGB (Red+Green+Blue) = 149+189+148=486 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.66% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 189 - color contains mainly: green. Hex color #95BD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BD94 is #6A426B. Grayscale: #ACACAC. Windows color (decimal): -6963820 or 9747861. OLE color: 9747861.

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

Color convert

RGB149189148-
CMYK0.2100.220.26
HSL118.54º23.7%66.08%-
HSV(B)118.54º21.69%74.12%-
XYZ35.9444.9234.79-
YUV172.37114.25111.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.66%
GREEN value IS 189 (74.22% from 255) = 38.89%
BLUE value IS 148 (58.20% from 255) = 30.45%
R=30.66%
G=38.89%
B=30.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491891480.2100.220.26118.5423.766.08
Hex95BD94150161A771842
Octal225275224250263216730102
Binary10010101101111011001010010101010110110101110111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,189,148); }

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

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

 a { background-color: rgb(149,189,148); }

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

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

 span { border-color: rgb(149,189,148); }

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