#93C48F

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

Shades of Dark Sea Green #93C48F

Tints of Dark Sea Green #93C48F

Color information

#93C48F (or 0x93C48F) is unknown color: approx Dark Sea Green. HEX triplet: 93, C4 and 8F. RGB value is (147,196,143). Sum of RGB (Red+Green+Blue) = 147+196+143=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 196 (76.95% from 255 or 40.33% from 486); Blue value is 143 (56.25% from 255 or 29.42% from 486); Max value from RGB is 196 - color contains mainly: green. Hex color #93C48F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C48F is #6C3B70. Grayscale: #AFAFAF. Windows color (decimal): -7093105 or 9421971. OLE color: 9421971.

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

Color convert

RGB147196143-
CMYK0.2500.270.23
HSL115.47º30.99%66.47%-
HSV(B)115.47º27.04%76.86%-
XYZ36.7347.6733.25-
YUV175.31109.77107.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.25%
GREEN value IS 196 (76.95% from 255) = 40.33%
BLUE value IS 143 (56.25% from 255) = 29.42%
R=30.25%
G=40.33%
B=29.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1471961430.2500.270.23115.4730.9966.47
Hex93C48F1901B17731f42
Octal223304217310332716337102
Binary10010011110001001000111111001011011101111110011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,196,143); }

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

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

 a { background-color: rgb(147,196,143); }

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

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

 span { border-color: rgb(147,196,143); }

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