Html Css Color HEX #29EEA0 Shamrock

📋 copy color: '#29EEA0'

red 41 ◦ green 238 ◦ blue 160

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

Shades of Shamrock #29EEA0

Tints of Shamrock #29EEA0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 54.21%

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

R = 9.34%
G = 54.21%
B = 36.45%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#29EEA0 (or 0x29EEA0) is known color: Shamrock. HEX triplet: 29, EE and A0. RGB value is (41,238,160). Sum of RGB (Red+Green+Blue) = 41+238+160=439 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.34% from 439); Green value is 238 (93.36% from 255 or 54.21% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 238 - color contains mainly: green. Hex color #29EEA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #29EEA0 is #D6115F. Grayscale: #AAAAAA. Windows color (decimal): -14029152 or 10546729. OLE color: 10546729.

HSL color Cylindrical-coordinate representation of color #29EEA0: hue angle of 156.24º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29EEA0 is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 238 160 -
CMYK 0.83 0 0.33 0.07
HSL 156.24º 0.85% 0.55% -
HSV(B) 156.24º 0.83% 0.93% -
XYZ 37.83 64.16 43.65 -
YUV 170.21 122.23 35.84 -
System Red Green Blue C M Y K H S L
Decimal 41 238 160 0.83 0 0.33 0.07 156.24 0.85 0.55
Hex 29 EE A0 53 0 21 7 9C 55 37
Octal 51 356 240 123 0 41 7 234 125 67
Binary 101001 11101110 10100000 1010011 0 100001 111 10011100 1010101 110111

Color Harmonies of #29EEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29EEA0

Black with #29EEA0

Text Example


Text Example

White with #29EEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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