#33D9B0

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

Shades of Shamrock #33D9B0

Tints of Shamrock #33D9B0

Color information

#33D9B0 (or 0x33D9B0) is unknown color: approx Shamrock. HEX triplet: 33, D9 and B0. RGB value is (51,217,176). Sum of RGB (Red+Green+Blue) = 51+217+176=444 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.49% from 444); Green value is 217 (85.16% from 255 or 48.87% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 217 - color contains mainly: green. Hex color #33D9B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33D9B0 is #CC264F. Grayscale: #A2A2A2. Windows color (decimal): -13379152 or 11589939. OLE color: 11589939.

HSL color Cylindrical-coordinate representation of color #33D9B0: hue angle of 165.18º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D9B0 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB51217176-
CMYK0.7600.190.15
HSL165.18º68.6%52.55%-
HSV(B)165.18º76.5%85.1%-
XYZ34.0153.4649.6-
YUV162.69135.548.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.49%
GREEN value IS 217 (85.16% from 255) = 48.87%
BLUE value IS 176 (69.14% from 255) = 39.64%
R=11.49%
G=48.87%
B=39.64%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal512171760.7600.190.15165.1868.652.55
Hex33D9B04C013Fa54535
Octal633312601140231724510565
Binary110011110110011011000010011000100111111101001011000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33D9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,217,176); }

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

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

 a { background-color: rgb(51,217,176); }

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

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

 span { border-color: rgb(51,217,176); }

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