#3AC884

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

Shades of Shamrock #3AC884

Tints of Shamrock #3AC884

Color information

#3AC884 (or 0x3AC884) is unknown color: approx Shamrock. HEX triplet: 3A, C8 and 84. RGB value is (58,200,132). Sum of RGB (Red+Green+Blue) = 58+200+132=390 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.87% from 390); Green value is 200 (78.52% from 255 or 51.28% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 200 - color contains mainly: green. Hex color #3AC884 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC884 is #C5377B. Grayscale: #959595. Windows color (decimal): -12924796 or 8702010. OLE color: 8702010.

HSL color Cylindrical-coordinate representation of color #3AC884: hue angle of 151.27º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AC884 is Cyan = 0.71, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB58200132-
CMYK0.7100.340.22
HSL151.27º56.35%50.59%-
HSV(B)151.27º71%78.43%-
XYZ26.5643.8728.9-
YUV149.79117.9662.53-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.87%
GREEN value IS 200 (78.52% from 255) = 51.28%
BLUE value IS 132 (51.95% from 255) = 33.85%
R=14.87%
G=51.28%
B=33.85%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal582001320.7100.340.22151.2756.3550.59
Hex3AC8844702216973833
Octal72310204107042262277063
Binary1110101100100010000100100011101000101011010010111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,200,132); }

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

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

 a { background-color: rgb(58,200,132); }

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

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

 span { border-color: rgb(58,200,132); }

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