Html Css Color HEX #93B294 Dark Sea Green

📋 copy color: '#93B294'

red 147 ◦ green 178 ◦ blue 148

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

Shades of Dark Sea Green #93B294

Tints of Dark Sea Green #93B294

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.63%

 BLUE value IS 148 (58.2% from 255) = 31.29%

R = 31.08%
G = 37.63%
B = 31.29%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#93B294 (or 0x93B294) is known color: Dark Sea Green. HEX triplet: 93, B2 and 94. RGB value is (147,178,148). Sum of RGB (Red+Green+Blue) = 147+178+148=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 178 - color contains mainly: green. Hex color #93B294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93B294 is #6C4D6B. Grayscale: #A5A5A5. Windows color (decimal): -7097708 or 9745043. OLE color: 9745043.

HSL color Cylindrical-coordinate representation of color #93B294: hue angle of 121.94º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #93B294 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 147 178 148 -
CMYK 0.17 0 0.17 0.30
HSL 121.94º 0.17% 0.64% -
HSV(B) 121.94º 0.17% 0.7% -
XYZ 33.3 40.18 34.02 -
YUV 165.31 118.23 114.94 -
System Red Green Blue C M Y K H S L
Decimal 147 178 148 0.17 0 0.17 0.30 121.94 0.17 0.64
Hex 93 B2 94 11 0 11 1E 7A 11 40
Octal 223 262 224 21 0 21 36 172 21 100
Binary 10010011 10110010 10010100 10001 0 10001 11110 1111010 10001 1000000

Color Harmonies of #93B294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B294

Black with #93B294

Text Example


Text Example

White with #93B294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,178,148); }

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

background-color css

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

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

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

border-color css

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

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

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