#3AD7A7

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

Shades of Shamrock #3AD7A7

Tints of Shamrock #3AD7A7

Color information

#3AD7A7 (or 0x3AD7A7) is unknown color: approx Shamrock. HEX triplet: 3A, D7 and A7. RGB value is (58,215,167). Sum of RGB (Red+Green+Blue) = 58+215+167=440 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.18% from 440); Green value is 215 (84.38% from 255 or 48.86% from 440); Blue value is 167 (65.62% from 255 or 37.95% from 440); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD7A7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD7A7 is #C52858. Grayscale: #A2A2A2. Windows color (decimal): -12920921 or 10999610. OLE color: 10999610.

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

Color convert

RGB58215167-
CMYK0.7300.220.16
HSL161.66º66.24%53.53%-
HSV(B)161.66º73.02%84.31%-
XYZ33.0252.2944.91-
YUV162.58130.4953.4-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.18%
GREEN value IS 215 (84.38% from 255) = 48.86%
BLUE value IS 167 (65.62% from 255) = 37.95%
R=13.18%
G=48.86%
B=37.95%

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
Decimal582151670.7300.220.16161.6666.2453.53
Hex3AD7A74901610a24236
Octal723272471110262024210266
Binary1110101101011110100111100100101011010000101000101000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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