Html Css Color HEX #93C095 Dark Sea Green

📋 copy color: '#93C095'

red 147 ◦ green 192 ◦ blue 149

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

Shades of Dark Sea Green #93C095

Tints of Dark Sea Green #93C095

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.34%

 BLUE value IS 149 (58.59% from 255) = 30.53%

R = 30.12%
G = 39.34%
B = 30.53%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#93C095 (or 0x93C095) is known color: Dark Sea Green. HEX triplet: 93, C0 and 95. RGB value is (147,192,149). Sum of RGB (Red+Green+Blue) = 147+192+149=488 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.12% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 192 - color contains mainly: green. Hex color #93C095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C095 is #6C3F6A. Grayscale: #ADADAD. Windows color (decimal): -7094123 or 9814163. OLE color: 9814163.

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

Color convert

RGB 147 192 149 -
CMYK 0.23 0 0.22 0.25
HSL 122.67º 0.26% 0.66% -
HSV(B) 122.67º 0.23% 0.75% -
XYZ 36.31 46.07 35.41 -
YUV 173.64 114.09 109 -
System Red Green Blue C M Y K H S L
Decimal 147 192 149 0.23 0 0.22 0.25 122.67 0.26 0.66
Hex 93 C0 95 17 0 16 19 7B 1A 42
Octal 223 300 225 27 0 26 31 173 32 102
Binary 10010011 11000000 10010101 10111 0 10110 11001 1111011 11010 1000010

Color Harmonies of #93C095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C095

Black with #93C095

Text Example


Text Example

White with #93C095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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