Html Css Color HEX #93B997 Dark Sea Green

📋 copy color: '#93B997'

red 147 ◦ green 185 ◦ blue 151

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

Shades of Dark Sea Green #93B997

Tints of Dark Sea Green #93B997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.26%

R = 30.43%
G = 38.3%
B = 31.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#93B997 (or 0x93B997) is known color: Dark Sea Green. HEX triplet: 93, B9 and 97. RGB value is (147,185,151). Sum of RGB (Red+Green+Blue) = 147+185+151=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 151 (59.38% from 255 or 31.26% from 483); Max value from RGB is 185 - color contains mainly: green. Hex color #93B997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B997 is #6C4668. Grayscale: #A9A9A9. Windows color (decimal): -7095913 or 9943443. OLE color: 9943443.

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

Color convert

RGB 147 185 151 -
CMYK 0.21 0 0.18 0.27
HSL 126.32º 0.21% 0.65% -
HSV(B) 126.32º 0.21% 0.73% -
XYZ 34.97 43.14 35.76 -
YUV 169.76 117.41 111.76 -
System Red Green Blue C M Y K H S L
Decimal 147 185 151 0.21 0 0.18 0.27 126.32 0.21 0.65
Hex 93 B9 97 15 0 12 1B 7E 15 41
Octal 223 271 227 25 0 22 33 176 25 101
Binary 10010011 10111001 10010111 10101 0 10010 11011 1111110 10101 1000001

Color Harmonies of #93B997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B997

Black with #93B997

Text Example


Text Example

White with #93B997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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