#3abba2

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

Shades of Shamrock #3ABBA2

Tints of Shamrock #3ABBA2

Color information

#3ABBA2 (or 0x3ABBA2) is unknown color: approx Shamrock. HEX triplet: 3A, BB and A2. RGB value is (58,187,162). Sum of RGB (Red+Green+Blue) = 58+187+162=407 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.25% from 407); Green value is 187 (73.44% from 255 or 45.95% from 407); Blue value is 162 (63.67% from 255 or 39.80% from 407); Max value from RGB is 187 - color contains mainly: green. Hex color #3ABBA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABBA2 is #C5445D. Grayscale: #919191. Windows color (decimal): -12928094 or 10664762. OLE color: 10664762.

HSL color Cylindrical-coordinate representation of color #3ABBA2: hue angle of 168.37º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABBA2 is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB58187162-
CMYK0.6900.130.27
HSL168.37º52.65%48.04%-
HSV(B)168.37º68.98%73.33%-
XYZ26.0439.0540.35-
YUV145.58137.2665.53-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.25%
GREEN value IS 187 (73.44% from 255) = 45.95%
BLUE value IS 162 (63.67% from 255) = 39.80%
R=14.25%
G=45.95%
B=39.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal581871620.6900.130.27168.3752.6548.04
Hex3ABBA2450D1Ba83530
Octal72273242105015332506560
Binary11101010111011101000101000101011011101110101000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3abba2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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