#3AD8AD

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

Shades of Shamrock #3AD8AD

Tints of Shamrock #3AD8AD

Color information

#3AD8AD (or 0x3AD8AD) is unknown color: approx Shamrock. HEX triplet: 3A, D8 and AD. RGB value is (58,216,173). Sum of RGB (Red+Green+Blue) = 58+216+173=447 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.98% from 447); Green value is 216 (84.77% from 255 or 48.32% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD8AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD8AD is #C52752. Grayscale: #A3A3A3. Windows color (decimal): -12920659 or 11393082. OLE color: 11393082.

HSL color Cylindrical-coordinate representation of color #3AD8AD: hue angle of 163.67º 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 #3AD8AD is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB58216173-
CMYK0.7300.200.15
HSL163.67º66.95%53.73%-
HSV(B)163.67º73.15%84.71%-
XYZ33.8453.0347.99-
YUV163.86133.1552.5-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.98%
GREEN value IS 216 (84.77% from 255) = 48.32%
BLUE value IS 173 (67.97% from 255) = 38.70%
R=12.98%
G=48.32%
B=38.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal582161730.7300.200.15163.6766.9553.73
Hex3AD8AD49014Fa44336
Octal723302551110241724410366
Binary111010110110001010110110010010101001111101001001000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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