#93B092

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

Shades of Dark Sea Green #93B092

Tints of Dark Sea Green #93B092

Color information

#93B092 (or 0x93B092) is unknown color: approx Dark Sea Green. HEX triplet: 93, B0 and 92. RGB value is (147,176,146). Sum of RGB (Red+Green+Blue) = 147+176+146=469 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.34% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 176 - color contains mainly: green. Hex color #93B092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93B092 is #6C4F6D. Grayscale: #A4A4A4. Windows color (decimal): -7098222 or 9613459. OLE color: 9613459.

HSL color Cylindrical-coordinate representation of color #93B092: hue angle of 118º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #93B092 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB147176146-
CMYK0.1600.170.31
HSL118º15.96%63.14%-
HSV(B)118º17.05%69.02%-
XYZ32.7539.3333.06-
YUV163.91117.89115.94-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.34%
GREEN value IS 176 (69.14% from 255) = 37.53%
BLUE value IS 146 (57.42% from 255) = 31.13%
R=31.34%
G=37.53%
B=31.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471761460.1600.170.3111815.9663.14
Hex93B092100111F76103f
Octal22326022220021371662077
Binary1001001110110000100100101000001000111111111011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,176,146); }

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

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

 a { background-color: rgb(147,176,146); }

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

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

 span { border-color: rgb(147,176,146); }

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