#33BD8C

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

Shades of Shamrock #33BD8C

Tints of Shamrock #33BD8C

Color information

#33BD8C (or 0x33BD8C) is unknown color: approx Shamrock. HEX triplet: 33, BD and 8C. RGB value is (51,189,140). Sum of RGB (Red+Green+Blue) = 51+189+140=380 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.42% from 380); Green value is 189 (74.22% from 255 or 49.74% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 189 - color contains mainly: green. Hex color #33BD8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BD8C is #CC4273. Grayscale: #8E8E8E. Windows color (decimal): -13386356 or 9223475. OLE color: 9223475.

HSL color Cylindrical-coordinate representation of color #33BD8C: hue angle of 158.7º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BD8C is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB51189140-
CMYK0.7300.260.26
HSL158.7º57.5%47.06%-
HSV(B)158.7º73.02%74.12%-
XYZ24.338.9931.06-
YUV142.15126.7862.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.42%
GREEN value IS 189 (74.22% from 255) = 49.74%
BLUE value IS 140 (55.08% from 255) = 36.84%
R=13.42%
G=49.74%
B=36.84%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal511891400.7300.260.26158.757.547.06
Hex33BD8C4901A1A9f3a2f
Octal63275214111032322377257
Binary110011101111011000110010010010110101101010011111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,189,140); }

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

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

 a { background-color: rgb(51,189,140); }

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

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

 span { border-color: rgb(51,189,140); }

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