Html Css Color HEX #93C38F Dark Sea Green

📋 copy color: '#93C38F'

red 147 ◦ green 195 ◦ blue 143

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

Shades of Dark Sea Green #93C38F

Tints of Dark Sea Green #93C38F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.21%

 BLUE value IS 143 (56.25% from 255) = 29.48%

R = 30.31%
G = 40.21%
B = 29.48%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#93C38F (or 0x93C38F) is known color: Dark Sea Green. HEX triplet: 93, C3 and 8F. RGB value is (147,195,143). Sum of RGB (Red+Green+Blue) = 147+195+143=485 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.31% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 195 - color contains mainly: green. Hex color #93C38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C38F is #6C3C70. Grayscale: #AEAEAE. Windows color (decimal): -7093361 or 9421715. OLE color: 9421715.

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

Color convert

RGB 147 195 143 -
CMYK 0.25 0 0.27 0.24
HSL 115.38º 0.3% 0.66% -
HSV(B) 115.38º 0.27% 0.76% -
XYZ 36.51 47.22 33.18 -
YUV 174.72 110.1 108.23 -
System Red Green Blue C M Y K H S L
Decimal 147 195 143 0.25 0 0.27 0.24 115.38 0.3 0.66
Hex 93 C3 8F 19 0 1B 18 73 1E 42
Octal 223 303 217 31 0 33 30 163 36 102
Binary 10010011 11000011 10001111 11001 0 11011 11000 1110011 11110 1000010

Color Harmonies of #93C38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C38F

Black with #93C38F

Text Example


Text Example

White with #93C38F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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