#29CCB0

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

Shades of Shamrock #29CCB0

Tints of Shamrock #29CCB0

Color information

#29CCB0 (or 0x29CCB0) is unknown color: approx Shamrock. HEX triplet: 29, CC and B0. RGB value is (41,204,176). Sum of RGB (Red+Green+Blue) = 41+204+176=421 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.74% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 176 (69.14% from 255 or 41.81% from 421); Max value from RGB is 204 - color contains mainly: green. Hex color #29CCB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29CCB0 is #D6334F. Grayscale: #989898. Windows color (decimal): -14037840 or 11586601. OLE color: 11586601.

HSL color Cylindrical-coordinate representation of color #29CCB0: hue angle of 169.69º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CCB0 is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB41204176-
CMYK0.8000.140.2
HSL169.69º66.53%48.04%-
HSV(B)169.69º79.9%80%-
XYZ30.3446.7948.51-
YUV152.07141.548.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.74%
GREEN value IS 204 (80.08% from 255) = 48.46%
BLUE value IS 176 (69.14% from 255) = 41.81%
R=9.74%
G=48.46%
B=41.81%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal412041760.8000.140.2169.6966.5348.04
Hex29CCB0500E14aa4330
Octal513142601200162425210360
Binary101001110011001011000010100000111010100101010101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,204,176); }

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

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

 a { background-color: rgb(41,204,176); }

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

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

 span { border-color: rgb(41,204,176); }

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