#3AD8A9

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

Shades of Shamrock #3AD8A9

Tints of Shamrock #3AD8A9

Color information

#3AD8A9 (or 0x3AD8A9) is unknown color: approx Shamrock. HEX triplet: 3A, D8 and A9. RGB value is (58,216,169). Sum of RGB (Red+Green+Blue) = 58+216+169=443 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.09% from 443); Green value is 216 (84.77% from 255 or 48.76% from 443); Blue value is 169 (66.41% from 255 or 38.15% from 443); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD8A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD8A9 is #C52756. Grayscale: #A3A3A3. Windows color (decimal): -12920663 or 11130938. OLE color: 11130938.

HSL color Cylindrical-coordinate representation of color #3AD8A9: hue angle of 162.15º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD8A9 is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB58216169-
CMYK0.7300.220.15
HSL162.15º66.95%53.73%-
HSV(B)162.15º73.15%84.71%-
XYZ33.4652.8845.98-
YUV163.4131.1552.82-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.09%
GREEN value IS 216 (84.77% from 255) = 48.76%
BLUE value IS 169 (66.41% from 255) = 38.15%
R=13.09%
G=48.76%
B=38.15%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal582161690.7300.220.15162.1566.9553.73
Hex3AD8A949016Fa24336
Octal723302511110261724210366
Binary111010110110001010100110010010101101111101000101000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,216,169); }

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

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

 a { background-color: rgb(58,216,169); }

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

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

 span { border-color: rgb(58,216,169); }

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