#33C4AB

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

Shades of Shamrock #33C4AB

Tints of Shamrock #33C4AB

Color information

#33C4AB (or 0x33C4AB) is unknown color: approx Shamrock. HEX triplet: 33, C4 and AB. RGB value is (51,196,171). Sum of RGB (Red+Green+Blue) = 51+196+171=418 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.20% from 418); Green value is 196 (76.95% from 255 or 46.89% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 196 - color contains mainly: green. Hex color #33C4AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33C4AB is #CC3B54. Grayscale: #959595. Windows color (decimal): -13384533 or 11256883. OLE color: 11256883.

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

Color convert

RGB51196171-
CMYK0.7400.130.23
HSL169.66º58.7%48.43%-
HSV(B)169.66º73.98%76.86%-
XYZ28.4643.1245.35-
YUV149.79139.9657.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.20%
GREEN value IS 196 (76.95% from 255) = 46.89%
BLUE value IS 171 (67.19% from 255) = 40.91%
R=12.20%
G=46.89%
B=40.91%

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
Decimal511961710.7400.130.23169.6658.748.43
Hex33C4AB4A0D17aa3b30
Octal63304253112015272527360
Binary11001111000100101010111001010011011011110101010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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