#33CCAA

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

Shades of Shamrock #33CCAA

Tints of Shamrock #33CCAA

Color information

#33CCAA (or 0x33CCAA) is unknown color: approx Shamrock. HEX triplet: 33, CC and AA. RGB value is (51,204,170). Sum of RGB (Red+Green+Blue) = 51+204+170=425 (56% of max value = 765). Red value is 51 (20.31% from 255 or 12% from 425); Green value is 204 (80.08% from 255 or 48% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 204 - color contains mainly: green. Hex color #33CCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33CCAA is #CC3355. Grayscale: #9A9A9A. Windows color (decimal): -13382486 or 11193395. OLE color: 11193395.

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

Color convert

RGB51204170-
CMYK0.7500.170.2
HSL166.67º60%50%-
HSV(B)166.67º75%80%-
XYZ30.2146.7945.47-
YUV154.38136.8154.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12%
GREEN value IS 204 (80.08% from 255) = 48%
BLUE value IS 170 (66.80% from 255) = 40%
R=12%
G=48%
B=40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal512041700.7500.170.2166.676050
Hex33CCAA4B01114a73c32
Octal63314252113021242477462
Binary110011110011001010101010010110100011010010100111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33CCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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