#93BD94

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

Shades of Dark Sea Green #93BD94

Tints of Dark Sea Green #93BD94

Color information

#93BD94 (or 0x93BD94) is unknown color: approx Dark Sea Green. HEX triplet: 93, BD and 94. RGB value is (147,189,148). Sum of RGB (Red+Green+Blue) = 147+189+148=484 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.37% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 189 - color contains mainly: green. Hex color #93BD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BD94 is #6C426B. Grayscale: #ABABAB. Windows color (decimal): -7094892 or 9747859. OLE color: 9747859.

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

Color convert

RGB147189148-
CMYK0.2200.220.26
HSL121.43º24.14%65.88%-
HSV(B)121.43º22.22%74.12%-
XYZ35.5844.7434.78-
YUV171.77114.59110.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.37%
GREEN value IS 189 (74.22% from 255) = 39.05%
BLUE value IS 148 (58.20% from 255) = 30.58%
R=30.37%
G=39.05%
B=30.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471891480.2200.220.26121.4324.1465.88
Hex93BD94160161A791842
Octal223275224260263217130102
Binary10010011101111011001010010110010110110101111001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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