#93B98A

Color #93B98A Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #93B98A

Tints of Dark Sea Green #93B98A

Color information

#93B98A (or 0x93B98A) is unknown color: approx Dark Sea Green. HEX triplet: 93, B9 and 8A. RGB value is (147,185,138). Sum of RGB (Red+Green+Blue) = 147+185+138=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 185 - color contains mainly: green. Hex color #93B98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B98A is #6C4675. Grayscale: #A8A8A8. Windows color (decimal): -7095926 or 9091475. OLE color: 9091475.

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

Color convert

RGB147185138-
CMYK0.2100.250.27
HSL108.51º25.13%63.33%-
HSV(B)108.51º25.41%72.55%-
XYZ33.9742.7430.5-
YUV168.28110.91112.82-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.28%
GREEN value IS 185 (72.66% from 255) = 39.36%
BLUE value IS 138 (54.30% from 255) = 29.36%
R=31.28%
G=39.36%
B=29.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471851380.2100.250.27108.5125.1363.33
Hex93B98A150191B6d193f
Octal22327121225031331553177
Binary1001001110111001100010101010101100111011110110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #93B98A;
 }
 .AnyTagClassName
 {
   color: #93B98A;
 }
</style>
background-color css

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

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

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

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

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

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