#3AD7A8

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

Shades of Shamrock #3AD7A8

Tints of Shamrock #3AD7A8

Color information

#3AD7A8 (or 0x3AD7A8) is unknown color: approx Shamrock. HEX triplet: 3A, D7 and A8. RGB value is (58,215,168). Sum of RGB (Red+Green+Blue) = 58+215+168=441 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.15% from 441); Green value is 215 (84.38% from 255 or 48.75% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD7A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD7A8 is #C52857. Grayscale: #A2A2A2. Windows color (decimal): -12920920 or 11065146. OLE color: 11065146.

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

Color convert

RGB58215168-
CMYK0.7300.220.16
HSL162.04º66.24%53.53%-
HSV(B)162.04º73.02%84.31%-
XYZ33.1152.3345.4-
YUV162.7130.9953.32-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.15%
GREEN value IS 215 (84.38% from 255) = 48.75%
BLUE value IS 168 (66.02% from 255) = 38.10%
R=13.15%
G=48.75%
B=38.10%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal582151680.7300.220.16162.0466.2453.53
Hex3AD7A84901610a24236
Octal723272501110262024210266
Binary1110101101011110101000100100101011010000101000101000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD7A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,215,168); }

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

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

 a { background-color: rgb(58,215,168); }

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

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

 span { border-color: rgb(58,215,168); }

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