#3AE7AA

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

Shades of Shamrock #3AE7AA

Tints of Shamrock #3AE7AA

Color information

#3AE7AA (or 0x3AE7AA) is unknown color: approx Shamrock. HEX triplet: 3A, E7 and AA. RGB value is (58,231,170). Sum of RGB (Red+Green+Blue) = 58+231+170=459 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.64% from 459); Green value is 231 (90.62% from 255 or 50.33% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 231 - color contains mainly: green. Hex color #3AE7AA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AE7AA is #C51855. Grayscale: #ACACAC. Windows color (decimal): -12916822 or 11200314. OLE color: 11200314.

HSL color Cylindrical-coordinate representation of color #3AE7AA: hue angle of 158.84º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AE7AA is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB58231170-
CMYK0.7500.260.09
HSL158.84º78.28%56.67%-
HSV(B)158.84º74.89%90.59%-
XYZ37.5860.9547.81-
YUV172.32126.6946.46-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.64%
GREEN value IS 231 (90.62% from 255) = 50.33%
BLUE value IS 170 (66.80% from 255) = 37.04%
R=12.64%
G=50.33%
B=37.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal582311700.7500.260.09158.8478.2856.67
Hex3AE7AA4B01A99f4e39
Octal723472521130321123711671
Binary111010111001111010101010010110110101001100111111001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AE7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,231,170); }

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

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

 a { background-color: rgb(58,231,170); }

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

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

 span { border-color: rgb(58,231,170); }

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