Html Css Color HEX #93C193 Dark Sea Green

📋 copy color: '#93C193'

red 147 ◦ green 193 ◦ blue 147

#93C193
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Sea Green #93C193

Tints of Dark Sea Green #93C193

RGB

 RED value IS 147 (57.81% from 255) = 30.18%

 GREEN value IS 193 (75.78% from 255) = 39.63%

 BLUE value IS 147 (57.81% from 255) = 30.18%

R = 30.18%
G = 39.63%
B = 30.18%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#93C193 (or 0x93C193) is known color: Dark Sea Green. HEX triplet: 93, C1 and 93. RGB value is (147,193,147). Sum of RGB (Red+Green+Blue) = 147+193+147=487 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.18% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 147 (57.81% from 255 or 30.18% from 487); Max value from RGB is 193 - color contains mainly: green. Hex color #93C193 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C193 is #6C3E6C. Grayscale: #AEAEAE. Windows color (decimal): -7093869 or 9683347. OLE color: 9683347.

HSL color Cylindrical-coordinate representation of color #93C193: hue angle of 120º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #93C193 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 147 193 147 -
CMYK 0.24 0 0.24 0.24
HSL 120º 0.27% 0.67% -
HSV(B) 120º 0.24% 0.76% -
XYZ 36.37 46.45 34.65 -
YUV 174 112.76 108.74 -
System Red Green Blue C M Y K H S L
Decimal 147 193 147 0.24 0 0.24 0.24 120 0.27 0.67
Hex 93 C1 93 18 0 18 18 78 1B 43
Octal 223 301 223 30 0 30 30 170 33 103
Binary 10010011 11000001 10010011 11000 0 11000 11000 1111000 11011 1000011

Color Harmonies of #93C193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C193

Black with #93C193

Text Example


Text Example

White with #93C193

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,193,147); }

 H1.HeaderClassName
 {
   color: #93C193;
 }
 .AnyTagClassName
 {
   color: #93C193;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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