#33BC8E

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

Shades of Shamrock #33BC8E

Tints of Shamrock #33BC8E

Color information

#33BC8E (or 0x33BC8E) is unknown color: approx Shamrock. HEX triplet: 33, BC and 8E. RGB value is (51,188,142). Sum of RGB (Red+Green+Blue) = 51+188+142=381 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.39% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #33BC8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BC8E is #CC4371. Grayscale: #8D8D8D. Windows color (decimal): -13386610 or 9354291. OLE color: 9354291.

HSL color Cylindrical-coordinate representation of color #33BC8E: hue angle of 159.85º 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 #33BC8E is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB51188142-
CMYK0.7300.240.26
HSL159.85º57.32%46.86%-
HSV(B)159.85º72.87%73.73%-
XYZ24.2338.6231.77-
YUV141.79128.1163.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.39%
GREEN value IS 188 (73.83% from 255) = 49.34%
BLUE value IS 142 (55.86% from 255) = 37.27%
R=13.39%
G=49.34%
B=37.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal511881420.7300.240.26159.8557.3246.86
Hex33BC8E490181Aa0392f
Octal63274216111030322407157
Binary110011101111001000111010010010110001101010100000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,188,142); }

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

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

 a { background-color: rgb(51,188,142); }

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

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

 span { border-color: rgb(51,188,142); }

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