#33BB93

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

Shades of Shamrock #33BB93

Tints of Shamrock #33BB93

Color information

#33BB93 (or 0x33BB93) is unknown color: approx Shamrock. HEX triplet: 33, BB and 93. RGB value is (51,187,147). Sum of RGB (Red+Green+Blue) = 51+187+147=385 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.25% from 385); Green value is 187 (73.44% from 255 or 48.57% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 187 - color contains mainly: green. Hex color #33BB93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BB93 is #CC446C. Grayscale: #8D8D8D. Windows color (decimal): -13386861 or 9681715. OLE color: 9681715.

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

Color convert

RGB51187147-
CMYK0.7300.210.27
HSL162.35º57.14%46.67%-
HSV(B)162.35º72.73%73.33%-
XYZ24.438.3533.72-
YUV141.78130.9463.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.25%
GREEN value IS 187 (73.44% from 255) = 48.57%
BLUE value IS 147 (57.81% from 255) = 38.18%
R=13.25%
G=48.57%
B=38.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal511871470.7300.210.27162.3557.1446.67
Hex33BB93490151Ba2392f
Octal63273223111025332427157
Binary110011101110111001001110010010101011101110100010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,187,147); }

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

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

 a { background-color: rgb(51,187,147); }

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

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

 span { border-color: rgb(51,187,147); }

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