Html Css Color HEX #93C092 Dark Sea Green

📋 copy color: '#93C092'

red 147 ◦ green 192 ◦ blue 146

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

Shades of Dark Sea Green #93C092

Tints of Dark Sea Green #93C092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.1%

R = 30.31%
G = 39.59%
B = 30.1%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#93C092 (or 0x93C092) is known color: Dark Sea Green. HEX triplet: 93, C0 and 92. RGB value is (147,192,146). Sum of RGB (Red+Green+Blue) = 147+192+146=485 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.31% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 192 - color contains mainly: green. Hex color #93C092 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C092 is #6C3F6D. Grayscale: #ADADAD. Windows color (decimal): -7094126 or 9617555. OLE color: 9617555.

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

Color convert

RGB 147 192 146 -
CMYK 0.23 0 0.24 0.25
HSL 118.7º 0.27% 0.66% -
HSV(B) 118.7º 0.24% 0.75% -
XYZ 36.07 45.98 34.17 -
YUV 173.3 112.59 109.24 -
System Red Green Blue C M Y K H S L
Decimal 147 192 146 0.23 0 0.24 0.25 118.7 0.27 0.66
Hex 93 C0 92 17 0 18 19 77 1B 42
Octal 223 300 222 27 0 30 31 167 33 102
Binary 10010011 11000000 10010010 10111 0 11000 11001 1110111 11011 1000010

Color Harmonies of #93C092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C092

Black with #93C092

Text Example


Text Example

White with #93C092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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