Html Css Color HEX #29BEA0 Shamrock

📋 copy color: '#29BEA0'

red 41 ◦ green 190 ◦ blue 160

#29BEA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock #29BEA0

Tints of Shamrock #29BEA0

RGB

 RED value IS 41 (16.41% from 255) = 10.49%

 GREEN value IS 190 (74.61% from 255) = 48.59%

 BLUE value IS 160 (62.89% from 255) = 40.92%

R = 10.49%
G = 48.59%
B = 40.92%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#29BEA0 (or 0x29BEA0) is known color: Shamrock. HEX triplet: 29, BE and A0. RGB value is (41,190,160). Sum of RGB (Red+Green+Blue) = 41+190+160=391 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.49% from 391); Green value is 190 (74.61% from 255 or 48.59% from 391); Blue value is 160 (62.89% from 255 or 40.92% from 391); Max value from RGB is 190 - color contains mainly: green. Hex color #29BEA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BEA0 is #D6415F. Grayscale: #8E8E8E. Windows color (decimal): -14041440 or 10534441. OLE color: 10534441.

HSL color Cylindrical-coordinate representation of color #29BEA0: hue angle of 167.92º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29BEA0 is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 190 160 -
CMYK 0.78 0 0.16 0.25
HSL 167.92º 0.65% 0.45% -
HSV(B) 167.92º 0.78% 0.75% -
XYZ 25.67 39.84 39.59 -
YUV 142.03 138.14 55.94 -
System Red Green Blue C M Y K H S L
Decimal 41 190 160 0.78 0 0.16 0.25 167.92 0.65 0.45
Hex 29 BE A0 4E 0 10 19 A8 41 2D
Octal 51 276 240 116 0 20 31 250 101 55
Binary 101001 10111110 10100000 1001110 0 10000 11001 10101000 1000001 101101

Color Harmonies of #29BEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BEA0

Black with #29BEA0

Text Example


Text Example

White with #29BEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,190,160); }

 H1.HeaderClassName
 {
   color: #29BEA0;
 }
 .AnyTagClassName
 {
   color: #29BEA0;
 }
</style>

background-color css

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

 a { background-color: rgb(41,190,160); }

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

border-color css

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

 span { border-color: rgb(41,190,160); }

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