#3ABAA3

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

Shades of Shamrock #3ABAA3

Tints of Shamrock #3ABAA3

Color information

#3ABAA3 (or 0x3ABAA3) is unknown color: approx Shamrock. HEX triplet: 3A, BA and A3. RGB value is (58,186,163). Sum of RGB (Red+Green+Blue) = 58+186+163=407 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.25% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 163 (64.06% from 255 or 40.05% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABAA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABAA3 is #C5455C. Grayscale: #919191. Windows color (decimal): -12928349 or 10730042. OLE color: 10730042.

HSL color Cylindrical-coordinate representation of color #3ABAA3: hue angle of 169.22º degrees, saturation: 0.52, 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 #3ABAA3 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB58186163-
CMYK0.6900.120.27
HSL169.22º52.46%47.84%-
HSV(B)169.22º68.82%72.94%-
XYZ25.9138.6640.75-
YUV145.11138.0965.87-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.25%
GREEN value IS 186 (73.05% from 255) = 45.70%
BLUE value IS 163 (64.06% from 255) = 40.05%
R=14.25%
G=45.70%
B=40.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal581861630.6900.120.27169.2252.4647.84
Hex3ABAA3450C1Ba93430
Octal72272243105014332516460
Binary11101010111010101000111000101011001101110101001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,186,163); }

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

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

 a { background-color: rgb(58,186,163); }

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

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

 span { border-color: rgb(58,186,163); }

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