#93B98F

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

Shades of Dark Sea Green #93B98F

Tints of Dark Sea Green #93B98F

Color information

#93B98F (or 0x93B98F) is unknown color: approx Dark Sea Green. HEX triplet: 93, B9 and 8F. RGB value is (147,185,143). Sum of RGB (Red+Green+Blue) = 147+185+143=475 (62% of max value = 765). Red value is 147 (57.81% from 255 or 30.95% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 185 - color contains mainly: green. Hex color #93B98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B98F is #6C4670. Grayscale: #A8A8A8. Windows color (decimal): -7095921 or 9419155. OLE color: 9419155.

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

Color convert

RGB147185143-
CMYK0.2100.230.27
HSL114.29º23.08%64.31%-
HSV(B)114.29º22.7%72.55%-
XYZ34.3442.8832.45-
YUV168.85113.41112.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.95%
GREEN value IS 185 (72.66% from 255) = 38.95%
BLUE value IS 143 (56.25% from 255) = 30.11%
R=30.95%
G=38.95%
B=30.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471851430.2100.230.27114.2923.0864.31
Hex93B98F150171B721740
Octal223271217250273316227100
Binary10010011101110011000111110101010111110111110010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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