#33C3A0

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

Shades of Shamrock #33C3A0

Tints of Shamrock #33C3A0

Color information

#33C3A0 (or 0x33C3A0) is unknown color: approx Shamrock. HEX triplet: 33, C3 and A0. RGB value is (51,195,160). Sum of RGB (Red+Green+Blue) = 51+195+160=406 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.56% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 160 (62.89% from 255 or 39.41% from 406); Max value from RGB is 195 - color contains mainly: green. Hex color #33C3A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33C3A0 is #CC3C5F. Grayscale: #939393. Windows color (decimal): -13384800 or 10535731. OLE color: 10535731.

HSL color Cylindrical-coordinate representation of color #33C3A0: hue angle of 165.42º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C3A0 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB51195160-
CMYK0.7400.180.24
HSL165.42º58.54%48.24%-
HSV(B)165.42º73.85%76.47%-
XYZ27.2342.2739.98-
YUV147.95134.7958.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.56%
GREEN value IS 195 (76.56% from 255) = 48.03%
BLUE value IS 160 (62.89% from 255) = 39.41%
R=12.56%
G=48.03%
B=39.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal511951600.7400.180.24165.4258.5448.24
Hex33C3A04A01218a53b30
Octal63303240112022302457360
Binary110011110000111010000010010100100101100010100101111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33C3A0; }

 p { color: rgb(51,195,160); }

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

<style>
 a { background-color: #33C3A0; }

 a { background-color: rgb(51,195,160); }

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

<style>
 span { border-color: #33C3A0; }

 span { border-color: rgb(51,195,160); }

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