#33CCA5

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

Shades of Shamrock #33CCA5

Tints of Shamrock #33CCA5

Color information

#33CCA5 (or 0x33CCA5) is unknown color: approx Shamrock. HEX triplet: 33, CC and A5. RGB value is (51,204,165). Sum of RGB (Red+Green+Blue) = 51+204+165=420 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.14% from 420); Green value is 204 (80.08% from 255 or 48.57% from 420); Blue value is 165 (64.84% from 255 or 39.29% from 420); Max value from RGB is 204 - color contains mainly: green. Hex color #33CCA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33CCA5 is #CC335A. Grayscale: #999999. Windows color (decimal): -13382491 or 10865715. OLE color: 10865715.

HSL color Cylindrical-coordinate representation of color #33CCA5: hue angle of 164.71º 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 #33CCA5 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB51204165-
CMYK0.7500.190.2
HSL164.71º60%50%-
HSV(B)164.71º75%80%-
XYZ29.7546.6143.03-
YUV153.81134.3154.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.14%
GREEN value IS 204 (80.08% from 255) = 48.57%
BLUE value IS 165 (64.84% from 255) = 39.29%
R=12.14%
G=48.57%
B=39.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal512041650.7500.190.2164.716050
Hex33CCA54B01314a53c32
Octal63314245113023242457462
Binary110011110011001010010110010110100111010010100101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33CCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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