#29BA9B

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

Shades of Shamrock #29BA9B

Tints of Shamrock #29BA9B

Color information

#29BA9B (or 0x29BA9B) is unknown color: approx Shamrock. HEX triplet: 29, BA and 9B. RGB value is (41,186,155). Sum of RGB (Red+Green+Blue) = 41+186+155=382 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.73% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #29BA9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BA9B is #D64564. Grayscale: #8B8B8B. Windows color (decimal): -14042469 or 10205737. OLE color: 10205737.

HSL color Cylindrical-coordinate representation of color #29BA9B: hue angle of 167.17º 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 #29BA9B is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB41186155-
CMYK0.7800.170.27
HSL167.17º63.88%44.51%-
HSV(B)167.17º77.96%72.94%-
XYZ24.3937.9637.05-
YUV139.11136.9658.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.73%
GREEN value IS 186 (73.05% from 255) = 48.69%
BLUE value IS 155 (60.94% from 255) = 40.58%
R=10.73%
G=48.69%
B=40.58%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal411861550.7800.170.27167.1763.8844.51
Hex29BA9B4E0111Ba7402d
Octal512722331160213324710055
Binary1010011011101010011011100111001000111011101001111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,186,155); }

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

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

 a { background-color: rgb(41,186,155); }

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

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

 span { border-color: rgb(41,186,155); }

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