#33CCA6

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

Shades of Shamrock #33CCA6

Tints of Shamrock #33CCA6

Color information

#33CCA6 (or 0x33CCA6) is unknown color: approx Shamrock. HEX triplet: 33, CC and A6. RGB value is (51,204,166). Sum of RGB (Red+Green+Blue) = 51+204+166=421 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.11% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 166 (65.23% from 255 or 39.43% from 421); Max value from RGB is 204 - color contains mainly: green. Hex color #33CCA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33CCA6 is #CC3359. Grayscale: #999999. Windows color (decimal): -13382490 or 10931251. OLE color: 10931251.

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

Color convert

RGB51204166-
CMYK0.7500.190.2
HSL165.1º60%50%-
HSV(B)165.1º75%80%-
XYZ29.8446.6443.51-
YUV153.92134.8154.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.11%
GREEN value IS 204 (80.08% from 255) = 48.46%
BLUE value IS 166 (65.23% from 255) = 39.43%
R=12.11%
G=48.46%
B=39.43%

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
Decimal512041660.7500.190.2165.16050
Hex33CCA64B01314a53c32
Octal63314246113023242457462
Binary110011110011001010011010010110100111010010100101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33CCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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