#3AB7A2

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

Shades of Shamrock #3AB7A2

Tints of Shamrock #3AB7A2

Color information

#3AB7A2 (or 0x3AB7A2) is unknown color: approx Shamrock. HEX triplet: 3A, B7 and A2. RGB value is (58,183,162). Sum of RGB (Red+Green+Blue) = 58+183+162=403 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.39% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 162 (63.67% from 255 or 40.20% from 403); Max value from RGB is 183 - color contains mainly: green. Hex color #3AB7A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AB7A2 is #C5485D. Grayscale: #8F8F8F. Windows color (decimal): -12929118 or 10663738. OLE color: 10663738.

HSL color Cylindrical-coordinate representation of color #3AB7A2: hue angle of 169.92º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3AB7A2 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB58183162-
CMYK0.6800.110.28
HSL169.92º51.87%47.25%-
HSV(B)169.92º68.31%71.76%-
XYZ25.237.3840.07-
YUV143.23138.5967.21-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.39%
GREEN value IS 183 (71.88% from 255) = 45.41%
BLUE value IS 162 (63.67% from 255) = 40.20%
R=14.39%
G=45.41%
B=40.20%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal581831620.6800.110.28169.9251.8747.25
Hex3AB7A2440B1Caa342f
Octal72267242104013342526457
Binary11101010110111101000101000100010111110010101010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB7A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,183,162); }

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

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

 a { background-color: rgb(58,183,162); }

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

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

 span { border-color: rgb(58,183,162); }

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