Html Css Color HEX #93C992 Dark Sea Green

📋 copy color: '#93C992'

red 147 ◦ green 201 ◦ blue 146

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

Shades of Dark Sea Green #93C992

Tints of Dark Sea Green #93C992

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.69%

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

R = 29.76%
G = 40.69%
B = 29.55%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#93C992 (or 0x93C992) is known color: Dark Sea Green. HEX triplet: 93, C9 and 92. RGB value is (147,201,146). Sum of RGB (Red+Green+Blue) = 147+201+146=494 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.76% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 201 - color contains mainly: green. Hex color #93C992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C992 is #6C366D. Grayscale: #B2B2B2. Windows color (decimal): -7091822 or 9619859. OLE color: 9619859.

HSL color Cylindrical-coordinate representation of color #93C992: hue angle of 118.91º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93C992 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 147 201 146 -
CMYK 0.27 0 0.27 0.21
HSL 118.91º 0.34% 0.68% -
HSV(B) 118.91º 0.27% 0.79% -
XYZ 38.11 50.05 34.85 -
YUV 178.58 109.61 105.47 -
System Red Green Blue C M Y K H S L
Decimal 147 201 146 0.27 0 0.27 0.21 118.91 0.34 0.68
Hex 93 C9 92 1B 0 1B 15 77 22 44
Octal 223 311 222 33 0 33 25 167 42 104
Binary 10010011 11001001 10010010 11011 0 11011 10101 1110111 100010 1000100

Color Harmonies of #93C992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C992

Black with #93C992

Text Example


Text Example

White with #93C992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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