#3AC085

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

Shades of Medium Sea Green #3AC085

Tints of Medium Sea Green #3AC085

Color information

#3AC085 (or 0x3AC085) is unknown color: approx Medium Sea Green. HEX triplet: 3A, C0 and 85. RGB value is (58,192,133). Sum of RGB (Red+Green+Blue) = 58+192+133=383 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.14% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC085 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC085 is #C53F7A. Grayscale: #919191. Windows color (decimal): -12926843 or 8765498. OLE color: 8765498.

HSL color Cylindrical-coordinate representation of color #3AC085: hue angle of 153.58º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC085 is Cyan = 0.70, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB58192133-
CMYK0.7000.310.25
HSL153.58º53.6%49.02%-
HSV(B)153.58º69.79%75.29%-
XYZ24.8340.2928.66-
YUV145.21121.1165.8-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.14%
GREEN value IS 192 (75.39% from 255) = 50.13%
BLUE value IS 133 (52.34% from 255) = 34.73%
R=15.14%
G=50.13%
B=34.73%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal581921330.7000.310.25153.5853.649.02
Hex3AC0854601F199a3631
Octal72300205106037312326661
Binary111010110000001000010110001100111111100110011010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3AC085; }

 p { color: rgb(58,192,133); }

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

<style>
 a { background-color: #3AC085; }

 a { background-color: rgb(58,192,133); }

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

<style>
 span { border-color: #3AC085; }

 span { border-color: rgb(58,192,133); }

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