#29BB9A

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

Shades of Shamrock #29BB9A

Tints of Shamrock #29BB9A

Color information

#29BB9A (or 0x29BB9A) is unknown color: approx Shamrock. HEX triplet: 29, BB and 9A. RGB value is (41,187,154). Sum of RGB (Red+Green+Blue) = 41+187+154=382 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.73% from 382); Green value is 187 (73.44% from 255 or 48.95% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 187 - color contains mainly: green. Hex color #29BB9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BB9A is #D64465. Grayscale: #8B8B8B. Windows color (decimal): -14042214 or 10140457. OLE color: 10140457.

HSL color Cylindrical-coordinate representation of color #29BB9A: hue angle of 166.44º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29BB9A is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB41187154-
CMYK0.7800.180.27
HSL166.44º64.04%44.71%-
HSV(B)166.44º78.07%73.33%-
XYZ24.5238.3536.68-
YUV139.58136.1357.68-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.73%
GREEN value IS 187 (73.44% from 255) = 48.95%
BLUE value IS 154 (60.55% from 255) = 40.31%
R=10.73%
G=48.95%
B=40.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal411871540.7800.180.27166.4464.0444.71
Hex29BB9A4E0121Ba6402d
Octal512732321160223324610055
Binary1010011011101110011010100111001001011011101001101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,187,154); }

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

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

 a { background-color: rgb(41,187,154); }

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

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

 span { border-color: rgb(41,187,154); }

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