#93BB96

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

Shades of Dark Sea Green #93BB96

Tints of Dark Sea Green #93BB96

Color information

#93BB96 (or 0x93BB96) is unknown color: approx Dark Sea Green. HEX triplet: 93, BB and 96. RGB value is (147,187,150). Sum of RGB (Red+Green+Blue) = 147+187+150=484 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.37% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 187 - color contains mainly: green. Hex color #93BB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BB96 is #6C4469. Grayscale: #AAAAAA. Windows color (decimal): -7095402 or 9878419. OLE color: 9878419.

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

Color convert

RGB147187150-
CMYK0.2100.200.27
HSL124.5º22.73%65.49%-
HSV(B)124.5º21.39%73.33%-
XYZ35.3143.9535.48-
YUV170.82116.25111.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.37%
GREEN value IS 187 (73.44% from 255) = 38.64%
BLUE value IS 150 (58.98% from 255) = 30.99%
R=30.37%
G=38.64%
B=30.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471871500.2100.200.27124.522.7365.49
Hex93BB96150141B7c1741
Octal223273226250243317427101
Binary10010011101110111001011010101010100110111111100101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,187,150); }

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

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

 a { background-color: rgb(147,187,150); }

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

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

 span { border-color: rgb(147,187,150); }

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