#33be8c

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

Shades of Shamrock #33BE8C

Tints of Shamrock #33BE8C

Color information

#33BE8C (or 0x33BE8C) is unknown color: approx Shamrock. HEX triplet: 33, BE and 8C. RGB value is (51,190,140). Sum of RGB (Red+Green+Blue) = 51+190+140=381 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.39% from 381); Green value is 190 (74.61% from 255 or 49.87% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 190 - color contains mainly: green. Hex color #33BE8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BE8C is #CC4173. Grayscale: #8E8E8E. Windows color (decimal): -13386100 or 9223731. OLE color: 9223731.

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

Color convert

RGB51190140-
CMYK0.7300.260.25
HSL158.42º57.68%47.25%-
HSV(B)158.42º73.16%74.51%-
XYZ24.5139.4231.13-
YUV142.74126.4562.57-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.39%
GREEN value IS 190 (74.61% from 255) = 49.87%
BLUE value IS 140 (55.08% from 255) = 36.75%
R=13.39%
G=49.87%
B=36.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal511901400.7300.260.25158.4257.6847.25
Hex33BE8C4901A199e3a2f
Octal63276214111032312367257
Binary110011101111101000110010010010110101100110011110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33be8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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