#33CEA3

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

Shades of Shamrock #33CEA3

Tints of Shamrock #33CEA3

Color information

#33CEA3 (or 0x33CEA3) is unknown color: approx Shamrock. HEX triplet: 33, CE and A3. RGB value is (51,206,163). Sum of RGB (Red+Green+Blue) = 51+206+163=420 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.14% from 420); Green value is 206 (80.86% from 255 or 49.05% from 420); Blue value is 163 (64.06% from 255 or 38.81% from 420); Max value from RGB is 206 - color contains mainly: green. Hex color #33CEA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33CEA3 is #CC315C. Grayscale: #9A9A9A. Windows color (decimal): -13381981 or 10735155. OLE color: 10735155.

HSL color Cylindrical-coordinate representation of color #33CEA3: hue angle of 163.35º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CEA3 is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB51206163-
CMYK0.7500.210.19
HSL163.35º61.26%50.39%-
HSV(B)163.35º75.24%80.78%-
XYZ30.0547.4942.23-
YUV154.75132.6554-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.14%
GREEN value IS 206 (80.86% from 255) = 49.05%
BLUE value IS 163 (64.06% from 255) = 38.81%
R=12.14%
G=49.05%
B=38.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal512061630.7500.210.19163.3561.2650.39
Hex33CEA34B01513a33d32
Octal63316243113025232437562
Binary110011110011101010001110010110101011001110100011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33CEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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