#33D6AA

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

Shades of Shamrock #33D6AA

Tints of Shamrock #33D6AA

Color information

#33D6AA (or 0x33D6AA) is unknown color: approx Shamrock. HEX triplet: 33, D6 and AA. RGB value is (51,214,170). Sum of RGB (Red+Green+Blue) = 51+214+170=435 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.72% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 214 - color contains mainly: green. Hex color #33D6AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33D6AA is #CC2955. Grayscale: #A0A0A0. Windows color (decimal): -13379926 or 11195955. OLE color: 11195955.

HSL color Cylindrical-coordinate representation of color #33D6AA: hue angle of 163.8º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D6AA is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB51214170-
CMYK0.7600.210.16
HSL163.8º66.53%51.96%-
HSV(B)163.8º76.17%83.92%-
XYZ32.6751.746.29-
YUV160.25133.550.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.72%
GREEN value IS 214 (83.98% from 255) = 49.20%
BLUE value IS 170 (66.80% from 255) = 39.08%
R=11.72%
G=49.20%
B=39.08%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal512141700.7600.210.16163.866.5351.96
Hex33D6AA4C01510a44334
Octal633262521140252024410364
Binary1100111101011010101010100110001010110000101001001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33D6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,214,170); }

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

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

 a { background-color: rgb(51,214,170); }

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

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

 span { border-color: rgb(51,214,170); }

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