#33C5AB

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

Shades of Shamrock #33C5AB

Tints of Shamrock #33C5AB

Color information

#33C5AB (or 0x33C5AB) is unknown color: approx Shamrock. HEX triplet: 33, C5 and AB. RGB value is (51,197,171). Sum of RGB (Red+Green+Blue) = 51+197+171=419 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.17% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 197 - color contains mainly: green. Hex color #33C5AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33C5AB is #CC3A54. Grayscale: #969696. Windows color (decimal): -13384277 or 11257139. OLE color: 11257139.

HSL color Cylindrical-coordinate representation of color #33C5AB: hue angle of 169.32º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C5AB is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB51197171-
CMYK0.7400.130.23
HSL169.32º58.87%48.63%-
HSV(B)169.32º74.11%77.25%-
XYZ28.6843.5845.43-
YUV150.38139.6357.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.17%
GREEN value IS 197 (77.34% from 255) = 47.02%
BLUE value IS 171 (67.19% from 255) = 40.81%
R=12.17%
G=47.02%
B=40.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal511971710.7400.130.23169.3258.8748.63
Hex33C5AB4A0D17a93b31
Octal63305253112015272517361
Binary11001111000101101010111001010011011011110101001111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,197,171); }

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

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

 a { background-color: rgb(51,197,171); }

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

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

 span { border-color: rgb(51,197,171); }

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