#3ADD9C

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

Shades of Shamrock #3ADD9C

Tints of Shamrock #3ADD9C

Color information

#3ADD9C (or 0x3ADD9C) is unknown color: approx Shamrock. HEX triplet: 3A, DD and 9C. RGB value is (58,221,156). Sum of RGB (Red+Green+Blue) = 58+221+156=435 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.33% from 435); Green value is 221 (86.72% from 255 or 50.80% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADD9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ADD9C is #C52263. Grayscale: #A4A4A4. Windows color (decimal): -12919396 or 10280250. OLE color: 10280250.

HSL color Cylindrical-coordinate representation of color #3ADD9C: hue angle of 156.07º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADD9C is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB58221156-
CMYK0.7400.290.13
HSL156.07º70.56%54.71%-
HSV(B)156.07º73.76%86.67%-
XYZ33.655.0140.3-
YUV164.8512351.79-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.33%
GREEN value IS 221 (86.72% from 255) = 50.80%
BLUE value IS 156 (61.33% from 255) = 35.86%
R=13.33%
G=50.80%
B=35.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal582211560.7400.290.13156.0770.5654.71
Hex3ADD9C4A01DD9c4737
Octal723352341120351523410767
Binary111010110111011001110010010100111011101100111001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ADD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,221,156); }

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

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

 a { background-color: rgb(58,221,156); }

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

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

 span { border-color: rgb(58,221,156); }

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