#93BF8C

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

Shades of Dark Sea Green #93BF8C

Tints of Dark Sea Green #93BF8C

Color information

#93BF8C (or 0x93BF8C) is unknown color: approx Dark Sea Green. HEX triplet: 93, BF and 8C. RGB value is (147,191,140). Sum of RGB (Red+Green+Blue) = 147+191+140=478 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.75% from 478); Green value is 191 (75% from 255 or 39.96% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 191 - color contains mainly: green. Hex color #93BF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BF8C is #6C4073. Grayscale: #ACACAC. Windows color (decimal): -7094388 or 9224083. OLE color: 9224083.

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

Color convert

RGB147191140-
CMYK0.2300.270.25
HSL111.76º28.49%64.9%-
HSV(B)111.76º26.7%74.9%-
XYZ35.445.3631.7-
YUV172.03109.92110.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.75%
GREEN value IS 191 (75% from 255) = 39.96%
BLUE value IS 140 (55.08% from 255) = 29.29%
R=30.75%
G=39.96%
B=29.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471911400.2300.270.25111.7628.4964.9
Hex93BF8C1701B19701c41
Octal223277214270333116034101
Binary10010011101111111000110010111011011110011110000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,191,140); }

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

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

 a { background-color: rgb(147,191,140); }

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

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

 span { border-color: rgb(147,191,140); }

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