#33C185

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

Shades of Shamrock #33C185

Tints of Shamrock #33C185

Color information

#33C185 (or 0x33C185) is unknown color: approx Shamrock. HEX triplet: 33, C1 and 85. RGB value is (51,193,133). Sum of RGB (Red+Green+Blue) = 51+193+133=377 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.53% from 377); Green value is 193 (75.78% from 255 or 51.19% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 193 - color contains mainly: green. Hex color #33C185 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33C185 is #CC3E7A. Grayscale: #8F8F8F. Windows color (decimal): -13385339 or 8765747. OLE color: 8765747.

HSL color Cylindrical-coordinate representation of color #33C185: hue angle of 154.65º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C185 is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB51193133-
CMYK0.7400.310.24
HSL154.65º58.2%47.84%-
HSV(B)154.65º73.58%75.69%-
XYZ24.6740.5428.71-
YUV143.7121.9661.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.53%
GREEN value IS 193 (75.78% from 255) = 51.19%
BLUE value IS 133 (52.34% from 255) = 35.28%
R=13.53%
G=51.19%
B=35.28%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal511931330.7400.310.24154.6558.247.84
Hex33C1854A01F189b3a30
Octal63301205112037302337260
Binary110011110000011000010110010100111111100010011011111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,193,133); }

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

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

 a { background-color: rgb(51,193,133); }

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

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

 span { border-color: rgb(51,193,133); }

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