#33DDA8

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

Shades of Shamrock #33DDA8

Tints of Shamrock #33DDA8

Color information

#33DDA8 (or 0x33DDA8) is unknown color: approx Shamrock. HEX triplet: 33, DD and A8. RGB value is (51,221,168). Sum of RGB (Red+Green+Blue) = 51+221+168=440 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.59% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #33DDA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33DDA8 is #CC2257. Grayscale: #A4A4A4. Windows color (decimal): -13378136 or 11066675. OLE color: 11066675.

HSL color Cylindrical-coordinate representation of color #33DDA8: hue angle of 161.29º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DDA8 is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB51221168-
CMYK0.7700.240.13
HSL161.29º71.43%53.33%-
HSV(B)161.29º76.92%86.67%-
XYZ34.2955.2445.9-
YUV164.13130.1847.31-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.59%
GREEN value IS 221 (86.72% from 255) = 50.23%
BLUE value IS 168 (66.02% from 255) = 38.18%
R=11.59%
G=50.23%
B=38.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal512211680.7700.240.13161.2971.4353.33
Hex33DDA84D018Da14735
Octal633352501150301524110765
Binary110011110111011010100010011010110001101101000011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33DDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,221,168); }

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

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

 a { background-color: rgb(51,221,168); }

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

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

 span { border-color: rgb(51,221,168); }

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