Html Css Color HEX #93C996 Dark Sea Green

📋 copy color: '#93C996'

red 147 ◦ green 201 ◦ blue 150

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

Shades of Dark Sea Green #93C996

Tints of Dark Sea Green #93C996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.12%

R = 29.52%
G = 40.36%
B = 30.12%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#93C996 (or 0x93C996) is known color: Dark Sea Green. HEX triplet: 93, C9 and 96. RGB value is (147,201,150). Sum of RGB (Red+Green+Blue) = 147+201+150=498 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.52% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 150 (58.98% from 255 or 30.12% from 498); Max value from RGB is 201 - color contains mainly: green. Hex color #93C996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C996 is #6C3669. Grayscale: #B3B3B3. Windows color (decimal): -7091818 or 9882003. OLE color: 9882003.

HSL color Cylindrical-coordinate representation of color #93C996: hue angle of 123.33º degrees, saturation: 0.33, 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 #93C996 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB 147 201 150 -
CMYK 0.27 0 0.25 0.21
HSL 123.33º 0.33% 0.68% -
HSV(B) 123.33º 0.27% 0.79% -
XYZ 38.42 50.18 36.51 -
YUV 179.04 111.61 105.15 -
System Red Green Blue C M Y K H S L
Decimal 147 201 150 0.27 0 0.25 0.21 123.33 0.33 0.68
Hex 93 C9 96 1B 0 19 15 7B 21 44
Octal 223 311 226 33 0 31 25 173 41 104
Binary 10010011 11001001 10010110 11011 0 11001 10101 1111011 100001 1000100

Color Harmonies of #93C996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C996

Black with #93C996

Text Example


Text Example

White with #93C996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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