#3AC088

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

Shades of Shamrock #3AC088

Tints of Shamrock #3AC088

Color information

#3AC088 (or 0x3AC088) is unknown color: approx Shamrock. HEX triplet: 3A, C0 and 88. RGB value is (58,192,136). Sum of RGB (Red+Green+Blue) = 58+192+136=386 (51% of max value = 765). Red value is 58 (23.05% from 255 or 15.03% from 386); Green value is 192 (75.39% from 255 or 49.74% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC088 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC088 is #C53F77. Grayscale: #919191. Windows color (decimal): -12926840 or 8962106. OLE color: 8962106.

HSL color Cylindrical-coordinate representation of color #3AC088: hue angle of 154.93º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC088 is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB58192136-
CMYK0.7000.290.25
HSL154.93º53.6%49.02%-
HSV(B)154.93º69.79%75.29%-
XYZ25.0440.3829.77-
YUV145.55122.6165.55-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.03%
GREEN value IS 192 (75.39% from 255) = 49.74%
BLUE value IS 136 (53.52% from 255) = 35.23%
R=15.03%
G=49.74%
B=35.23%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal581921360.7000.290.25154.9353.649.02
Hex3AC0884601D199b3631
Octal72300210106035312336661
Binary111010110000001000100010001100111011100110011011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,192,136); }

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

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

 a { background-color: rgb(58,192,136); }

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

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

 span { border-color: rgb(58,192,136); }

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