Html Css Color HEX #29DEAF Shamrock

📋 copy color: '#29DEAF'

red 41 ◦ green 222 ◦ blue 175

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

Shades of Shamrock #29DEAF

Tints of Shamrock #29DEAF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.68%

 BLUE value IS 175 (68.75% from 255) = 39.95%

R = 9.36%
G = 50.68%
B = 39.95%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#29DEAF (or 0x29DEAF) is known color: Shamrock. HEX triplet: 29, DE and AF. RGB value is (41,222,175). Sum of RGB (Red+Green+Blue) = 41+222+175=438 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.36% from 438); Green value is 222 (87.11% from 255 or 50.68% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 222 - color contains mainly: green. Hex color #29DEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29DEAF is #D62150. Grayscale: #A2A2A2. Windows color (decimal): -14033233 or 11525673. OLE color: 11525673.

HSL color Cylindrical-coordinate representation of color #29DEAF: hue angle of 164.42º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29DEAF is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 222 175 -
CMYK 0.82 0 0.21 0.13
HSL 164.42º 0.73% 0.52% -
HSV(B) 164.42º 0.82% 0.87% -
XYZ 34.77 55.81 49.5 -
YUV 162.52 135.03 41.32 -
System Red Green Blue C M Y K H S L
Decimal 41 222 175 0.82 0 0.21 0.13 164.42 0.73 0.52
Hex 29 DE AF 52 0 15 D A4 49 34
Octal 51 336 257 122 0 25 15 244 111 64
Binary 101001 11011110 10101111 1010010 0 10101 1101 10100100 1001001 110100

Color Harmonies of #29DEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DEAF

Black with #29DEAF

Text Example


Text Example

White with #29DEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,222,175); }

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

background-color css

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

 a { background-color: rgb(41,222,175); }

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

border-color css

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

 span { border-color: rgb(41,222,175); }

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