#29D2AF

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

Shades of Shamrock #29D2AF

Tints of Shamrock #29D2AF

Color information

#29D2AF (or 0x29D2AF) is unknown color: approx Shamrock. HEX triplet: 29, D2 and AF. RGB value is (41,210,175). Sum of RGB (Red+Green+Blue) = 41+210+175=426 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.62% from 426); Green value is 210 (82.42% from 255 or 49.30% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 210 - color contains mainly: green. Hex color #29D2AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29D2AF is #D62D50. Grayscale: #9B9B9B. Windows color (decimal): -14036305 or 11522601. OLE color: 11522601.

HSL color Cylindrical-coordinate representation of color #29D2AF: hue angle of 167.57º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29D2AF is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB41210175-
CMYK0.8000.170.18
HSL167.57º67.33%49.22%-
HSV(B)167.57º80.48%82.35%-
XYZ31.749.6648.47-
YUV155.48139.0146.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.62%
GREEN value IS 210 (82.42% from 255) = 49.30%
BLUE value IS 175 (68.75% from 255) = 41.08%
R=9.62%
G=49.30%
B=41.08%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal412101750.8000.170.18167.5767.3349.22
Hex29D2AF5001112a84331
Octal513222571200212225010361
Binary1010011101001010101111101000001000110010101010001000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29D2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29D2AF; }

 p { color: rgb(41,210,175); }

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

<style>
 a { background-color: #29D2AF; }

 a { background-color: rgb(41,210,175); }

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

<style>
 span { border-color: #29D2AF; }

 span { border-color: rgb(41,210,175); }

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