#33DDAB

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

Shades of Shamrock #33DDAB

Tints of Shamrock #33DDAB

Color information

#33DDAB (or 0x33DDAB) is unknown color: approx Shamrock. HEX triplet: 33, DD and AB. RGB value is (51,221,171). Sum of RGB (Red+Green+Blue) = 51+221+171=443 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.51% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #33DDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33DDAB is #CC2254. Grayscale: #A4A4A4. Windows color (decimal): -13378133 or 11263283. OLE color: 11263283.

HSL color Cylindrical-coordinate representation of color #33DDAB: hue angle of 162.35º 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 #33DDAB is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB51221171-
CMYK0.7700.230.13
HSL162.35º71.43%53.33%-
HSV(B)162.35º76.92%86.67%-
XYZ34.5755.3647.39-
YUV164.47131.6847.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.51%
GREEN value IS 221 (86.72% from 255) = 49.89%
BLUE value IS 171 (67.19% from 255) = 38.60%
R=11.51%
G=49.89%
B=38.60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal512211710.7700.230.13162.3571.4353.33
Hex33DDAB4D017Da24735
Octal633352531150271524210765
Binary110011110111011010101110011010101111101101000101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33DDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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