#93BB95

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

Shades of Dark Sea Green #93BB95

Tints of Dark Sea Green #93BB95

Color information

#93BB95 (or 0x93BB95) is unknown color: approx Dark Sea Green. HEX triplet: 93, BB and 95. RGB value is (147,187,149). Sum of RGB (Red+Green+Blue) = 147+187+149=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 187 - color contains mainly: green. Hex color #93BB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BB95 is #6C446A. Grayscale: #AAAAAA. Windows color (decimal): -7095403 or 9812883. OLE color: 9812883.

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

Color convert

RGB147187149-
CMYK0.2100.200.27
HSL123º22.73%65.49%-
HSV(B)123º21.39%73.33%-
XYZ35.2343.9135.05-
YUV170.71115.75111.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.43%
GREEN value IS 187 (73.44% from 255) = 38.72%
BLUE value IS 149 (58.59% from 255) = 30.85%
R=30.43%
G=38.72%
B=30.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471871490.2100.200.2712322.7365.49
Hex93BB95150141B7b1741
Octal223273225250243317327101
Binary10010011101110111001010110101010100110111111011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93BB95; }

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

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

<style>
 a { background-color: #93BB95; }

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

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

<style>
 span { border-color: #93BB95; }

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

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