Html Css Color HEX #93B993 Dark Sea Green

📋 copy color: '#93B993'

red 147 ◦ green 185 ◦ blue 147

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

Shades of Dark Sea Green #93B993

Tints of Dark Sea Green #93B993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.69%

R = 30.69%
G = 38.62%
B = 30.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#93B993 (or 0x93B993) is known color: Dark Sea Green. HEX triplet: 93, B9 and 93. RGB value is (147,185,147). Sum of RGB (Red+Green+Blue) = 147+185+147=479 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.69% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 147 (57.81% from 255 or 30.69% from 479); Max value from RGB is 185 - color contains mainly: green. Hex color #93B993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B993 is #6C466C. Grayscale: #A9A9A9. Windows color (decimal): -7095917 or 9681299. OLE color: 9681299.

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

Color convert

RGB 147 185 147 -
CMYK 0.21 0 0.21 0.27
HSL 120º 0.21% 0.65% -
HSV(B) 120º 0.21% 0.73% -
XYZ 34.65 43.01 34.08 -
YUV 169.31 115.41 112.09 -
System Red Green Blue C M Y K H S L
Decimal 147 185 147 0.21 0 0.21 0.27 120 0.21 0.65
Hex 93 B9 93 15 0 15 1B 78 15 41
Octal 223 271 223 25 0 25 33 170 25 101
Binary 10010011 10111001 10010011 10101 0 10101 11011 1111000 10101 1000001

Color Harmonies of #93B993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B993

Black with #93B993

Text Example


Text Example

White with #93B993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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