#3ACAA9

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

Shades of Shamrock #3ACAA9

Tints of Shamrock #3ACAA9

Color information

#3ACAA9 (or 0x3ACAA9) is unknown color: approx Shamrock. HEX triplet: 3A, CA and A9. RGB value is (58,202,169). Sum of RGB (Red+Green+Blue) = 58+202+169=429 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.52% from 429); Green value is 202 (79.30% from 255 or 47.09% from 429); Blue value is 169 (66.41% from 255 or 39.39% from 429); Max value from RGB is 202 - color contains mainly: green. Hex color #3ACAA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ACAA9 is #C53556. Grayscale: #9B9B9B. Windows color (decimal): -12924247 or 11127354. OLE color: 11127354.

HSL color Cylindrical-coordinate representation of color #3ACAA9: hue angle of 166.25º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ACAA9 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB58202169-
CMYK0.7100.160.21
HSL166.25º57.6%50.98%-
HSV(B)166.25º71.29%79.22%-
XYZ30.0346.0144.83-
YUV155.18135.7958.68-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.52%
GREEN value IS 202 (79.30% from 255) = 47.09%
BLUE value IS 169 (66.41% from 255) = 39.39%
R=13.52%
G=47.09%
B=39.39%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal582021690.7100.160.21166.2557.650.98
Hex3ACAA94701015a63a33
Octal72312251107020252467263
Binary111010110010101010100110001110100001010110100110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ACAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,202,169); }

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

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

 a { background-color: rgb(58,202,169); }

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

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

 span { border-color: rgb(58,202,169); }

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