#3AEA8B

Color #3AEA8B Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #3AEA8B

Tints of Shamrock #3AEA8B

Color information

#3AEA8B (or 0x3AEA8B) is unknown color: approx Shamrock. HEX triplet: 3A, EA and 8B. RGB value is (58,234,139). Sum of RGB (Red+Green+Blue) = 58+234+139=431 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.46% from 431); Green value is 234 (91.80% from 255 or 54.29% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 234 - color contains mainly: green. Hex color #3AEA8B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AEA8B is #C51574. Grayscale: #AAAAAA. Windows color (decimal): -12916085 or 9169466. OLE color: 9169466.

HSL color Cylindrical-coordinate representation of color #3AEA8B: hue angle of 147.61º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AEA8B is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB58234139-
CMYK0.7500.410.08
HSL147.61º80.73%57.25%-
HSV(B)147.61º75.21%91.76%-
XYZ35.8361.6134.43-
YUV170.55110.1947.72-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.46%
GREEN value IS 234 (91.80% from 255) = 54.29%
BLUE value IS 139 (54.69% from 255) = 32.25%
R=13.46%
G=54.29%
B=32.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal582341390.7500.410.08147.6180.7357.25
Hex3AEA8B4B0298945139
Octal723522131130511022412171
Binary1110101110101010001011100101101010011000100101001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AEA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,234,139); }

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

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

 a { background-color: rgb(58,234,139); }

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

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

 span { border-color: rgb(58,234,139); }

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