#33FAA9

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

Shades of Shamrock #33FAA9

Tints of Shamrock #33FAA9

Color information

#33FAA9 (or 0x33FAA9) is unknown color: approx Shamrock. HEX triplet: 33, FA and A9. RGB value is (51,250,169). Sum of RGB (Red+Green+Blue) = 51+250+169=470 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.85% from 470); Green value is 250 (98.05% from 255 or 53.19% from 470); Blue value is 169 (66.41% from 255 or 35.96% from 470); Max value from RGB is 250 - color contains mainly: green. Hex color #33FAA9 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #33FAA9 is #CC0556. Grayscale: #B5B5B5. Windows color (decimal): -13370711 or 11139635. OLE color: 11139635.

HSL color Cylindrical-coordinate representation of color #33FAA9: hue angle of 155.58º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FAA9 is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB51250169-
CMYK0.8000.320.02
HSL155.58º95.22%59.02%-
HSV(B)155.58º79.6%98.04%-
XYZ42.7171.9449.17-
YUV181.26121.0735.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.85%
GREEN value IS 250 (98.05% from 255) = 53.19%
BLUE value IS 169 (66.41% from 255) = 35.96%
R=10.85%
G=53.19%
B=35.96%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal512501690.8000.320.02155.5895.2259.02
Hex33FAA95002029c5f3b
Octal63372251120040223413773
Binary11001111111010101010011010000010000010100111001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,250,169); }

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

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

 a { background-color: rgb(51,250,169); }

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

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

 span { border-color: rgb(51,250,169); }

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