#3AAD7E

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

Shades of Medium Sea Green #3AAD7E

Tints of Medium Sea Green #3AAD7E

Color information

#3AAD7E (or 0x3AAD7E) is unknown color: approx Medium Sea Green. HEX triplet: 3A, AD and 7E. RGB value is (58,173,126). Sum of RGB (Red+Green+Blue) = 58+173+126=357 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.25% from 357); Green value is 173 (67.97% from 255 or 48.46% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 173 - color contains mainly: green. Hex color #3AAD7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAD7E is #C55281. Grayscale: #858585. Windows color (decimal): -12931714 or 8301882. OLE color: 8301882.

HSL color Cylindrical-coordinate representation of color #3AAD7E: hue angle of 155.48º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3AAD7E is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB58173126-
CMYK0.6600.270.32
HSL155.48º49.78%45.29%-
HSV(B)155.48º66.47%67.84%-
XYZ20.4532.2924.89-
YUV133.26123.974.32-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.25%
GREEN value IS 173 (67.97% from 255) = 48.46%
BLUE value IS 126 (49.61% from 255) = 35.29%
R=16.25%
G=48.46%
B=35.29%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal581731260.6600.270.32155.4849.7845.29
Hex3AAD7E4201B209b322d
Octal72255176102033402336255
Binary111010101011011111110100001001101110000010011011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,173,126); }

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

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

 a { background-color: rgb(58,173,126); }

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

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

 span { border-color: rgb(58,173,126); }

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