#33CCA3

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

Shades of Shamrock #33CCA3

Tints of Shamrock #33CCA3

Color information

#33CCA3 (or 0x33CCA3) is unknown color: approx Shamrock. HEX triplet: 33, CC and A3. RGB value is (51,204,163). Sum of RGB (Red+Green+Blue) = 51+204+163=418 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.20% from 418); Green value is 204 (80.08% from 255 or 48.80% from 418); Blue value is 163 (64.06% from 255 or 39.00% from 418); Max value from RGB is 204 - color contains mainly: green. Hex color #33CCA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33CCA3 is #CC335C. Grayscale: #999999. Windows color (decimal): -13382493 or 10734643. OLE color: 10734643.

HSL color Cylindrical-coordinate representation of color #33CCA3: hue angle of 163.92º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CCA3 is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB51204163-
CMYK0.7500.200.2
HSL163.92º60%50%-
HSV(B)163.92º75%80%-
XYZ29.5746.5342.07-
YUV153.58133.3154.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.20%
GREEN value IS 204 (80.08% from 255) = 48.80%
BLUE value IS 163 (64.06% from 255) = 39.00%
R=12.20%
G=48.80%
B=39.00%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal512041630.7500.200.2163.926050
Hex33CCA34B01414a43c32
Octal63314243113024242447462
Binary110011110011001010001110010110101001010010100100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33CCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,204,163); }

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

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

 a { background-color: rgb(51,204,163); }

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

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

 span { border-color: rgb(51,204,163); }

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