Html Css Color HEX #93B991 Dark Sea Green

📋 copy color: '#93B991'

red 147 ◦ green 185 ◦ blue 145

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

Shades of Dark Sea Green #93B991

Tints of Dark Sea Green #93B991

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.78%

 BLUE value IS 145 (57.03% from 255) = 30.4%

R = 30.82%
G = 38.78%
B = 30.4%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#93B991 (or 0x93B991) is known color: Dark Sea Green. HEX triplet: 93, B9 and 91. RGB value is (147,185,145). Sum of RGB (Red+Green+Blue) = 147+185+145=477 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.82% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 185 - color contains mainly: green. Hex color #93B991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B991 is #6C466E. Grayscale: #A9A9A9. Windows color (decimal): -7095919 or 9550227. OLE color: 9550227.

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

Color convert

RGB 147 185 145 -
CMYK 0.21 0 0.22 0.27
HSL 117º 0.22% 0.65% -
HSV(B) 117º 0.22% 0.73% -
XYZ 34.49 42.95 33.26 -
YUV 169.08 114.41 112.25 -
System Red Green Blue C M Y K H S L
Decimal 147 185 145 0.21 0 0.22 0.27 117 0.22 0.65
Hex 93 B9 91 15 0 16 1B 75 16 41
Octal 223 271 221 25 0 26 33 165 26 101
Binary 10010011 10111001 10010001 10101 0 10110 11011 1110101 10110 1000001

Color Harmonies of #93B991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B991

Black with #93B991

Text Example


Text Example

White with #93B991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,185,145); }

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

background-color css

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

 a { background-color: rgb(147,185,145); }

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

border-color css

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

 span { border-color: rgb(147,185,145); }

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