#3ACAA5

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

Shades of Shamrock #3ACAA5

Tints of Shamrock #3ACAA5

Color information

#3ACAA5 (or 0x3ACAA5) is unknown color: approx Shamrock. HEX triplet: 3A, CA and A5. RGB value is (58,202,165). Sum of RGB (Red+Green+Blue) = 58+202+165=425 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.65% from 425); Green value is 202 (79.30% from 255 or 47.53% from 425); Blue value is 165 (64.84% from 255 or 38.82% from 425); Max value from RGB is 202 - color contains mainly: green. Hex color #3ACAA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ACAA5 is #C5355A. Grayscale: #9A9A9A. Windows color (decimal): -12924251 or 10865210. OLE color: 10865210.

HSL color Cylindrical-coordinate representation of color #3ACAA5: hue angle of 164.58º 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 #3ACAA5 is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB58202165-
CMYK0.7100.180.21
HSL164.58º57.6%50.98%-
HSV(B)164.58º71.29%79.22%-
XYZ29.6645.8642.89-
YUV154.73133.7959.01-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.65%
GREEN value IS 202 (79.30% from 255) = 47.53%
BLUE value IS 165 (64.84% from 255) = 38.82%
R=13.65%
G=47.53%
B=38.82%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal582021650.7100.180.21164.5857.650.98
Hex3ACAA54701215a53a33
Octal72312245107022252457263
Binary111010110010101010010110001110100101010110100101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ACAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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