#3AE1AD

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

Shades of Shamrock #3AE1AD

Tints of Shamrock #3AE1AD

Color information

#3AE1AD (or 0x3AE1AD) is unknown color: approx Shamrock. HEX triplet: 3A, E1 and AD. RGB value is (58,225,173). Sum of RGB (Red+Green+Blue) = 58+225+173=456 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.72% from 456); Green value is 225 (88.28% from 255 or 49.34% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 225 - color contains mainly: green. Hex color #3AE1AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AE1AD is #C51E52. Grayscale: #A9A9A9. Windows color (decimal): -12918355 or 11395386. OLE color: 11395386.

HSL color Cylindrical-coordinate representation of color #3AE1AD: hue angle of 161.32º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AE1AD is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB58225173-
CMYK0.7400.230.12
HSL161.32º73.57%55.49%-
HSV(B)161.32º74.22%88.24%-
XYZ36.2157.7748.78-
YUV169.14130.1748.73-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.72%
GREEN value IS 225 (88.28% from 255) = 49.34%
BLUE value IS 173 (67.97% from 255) = 37.94%
R=12.72%
G=49.34%
B=37.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal582251730.7400.230.12161.3273.5755.49
Hex3AE1AD4A017Ca14a37
Octal723412551120271424111267
Binary111010111000011010110110010100101111100101000011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AE1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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