#33CCA2

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

Shades of Shamrock #33CCA2

Tints of Shamrock #33CCA2

Color information

#33CCA2 (or 0x33CCA2) is unknown color: approx Shamrock. HEX triplet: 33, CC and A2. RGB value is (51,204,162). Sum of RGB (Red+Green+Blue) = 51+204+162=417 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.23% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 162 (63.67% from 255 or 38.85% from 417); Max value from RGB is 204 - color contains mainly: green. Hex color #33CCA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33CCA2 is #CC335D. Grayscale: #999999. Windows color (decimal): -13382494 or 10669107. OLE color: 10669107.

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

Color convert

RGB51204162-
CMYK0.7500.210.2
HSL163.53º60%50%-
HSV(B)163.53º75%80%-
XYZ29.4846.541.6-
YUV153.46132.8154.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.23%
GREEN value IS 204 (80.08% from 255) = 48.92%
BLUE value IS 162 (63.67% from 255) = 38.85%
R=12.23%
G=48.92%
B=38.85%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal512041620.7500.210.2163.536050
Hex33CCA24B01514a43c32
Octal63314242113025242447462
Binary110011110011001010001010010110101011010010100100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33CCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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