#33B99D

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

Shades of Shamrock #33B99D

Tints of Shamrock #33B99D

Color information

#33B99D (or 0x33B99D) is unknown color: approx Shamrock. HEX triplet: 33, B9 and 9D. RGB value is (51,185,157). Sum of RGB (Red+Green+Blue) = 51+185+157=393 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.98% from 393); Green value is 185 (72.66% from 255 or 47.07% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 185 - color contains mainly: green. Hex color #33B99D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33B99D is #CC4662. Grayscale: #8D8D8D. Windows color (decimal): -13387363 or 10336563. OLE color: 10336563.

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

Color convert

RGB51185157-
CMYK0.7200.150.27
HSL167.46º56.78%46.27%-
HSV(B)167.46º72.43%72.55%-
XYZ24.837.8437.89-
YUV141.74136.6163.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.98%
GREEN value IS 185 (72.66% from 255) = 47.07%
BLUE value IS 157 (61.72% from 255) = 39.95%
R=12.98%
G=47.07%
B=39.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal511851570.7200.150.27167.4656.7846.27
Hex33B99D480F1Ba7392e
Octal63271235110017332477156
Binary11001110111001100111011001000011111101110100111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,185,157); }

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

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

 a { background-color: rgb(51,185,157); }

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

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

 span { border-color: rgb(51,185,157); }

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