Html Css Color HEX #93BD8E Dark Sea Green

📋 copy color: '#93BD8E'

red 147 ◦ green 189 ◦ blue 142

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

Shades of Dark Sea Green #93BD8E

Tints of Dark Sea Green #93BD8E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.54%

 BLUE value IS 142 (55.86% from 255) = 29.71%

R = 30.75%
G = 39.54%
B = 29.71%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#93BD8E (or 0x93BD8E) is known color: Dark Sea Green. HEX triplet: 93, BD and 8E. RGB value is (147,189,142). Sum of RGB (Red+Green+Blue) = 147+189+142=478 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.75% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 189 - color contains mainly: green. Hex color #93BD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BD8E is #6C4271. Grayscale: #ABABAB. Windows color (decimal): -7094898 or 9354643. OLE color: 9354643.

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

Color convert

RGB 147 189 142 -
CMYK 0.22 0 0.25 0.26
HSL 113.62º 0.26% 0.65% -
HSV(B) 113.62º 0.25% 0.74% -
XYZ 35.11 44.55 32.34 -
YUV 171.08 111.59 110.82 -
System Red Green Blue C M Y K H S L
Decimal 147 189 142 0.22 0 0.25 0.26 113.62 0.26 0.65
Hex 93 BD 8E 16 0 19 1A 72 1A 41
Octal 223 275 216 26 0 31 32 162 32 101
Binary 10010011 10111101 10001110 10110 0 11001 11010 1110010 11010 1000001

Color Harmonies of #93BD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BD8E

Black with #93BD8E

Text Example


Text Example

White with #93BD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,189,142); }

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

background-color css

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

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

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

border-color css

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

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

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