Html Css Color HEX #29CEB0 Shamrock

📋 copy color: '#29CEB0'

red 41 ◦ green 206 ◦ blue 176

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

Shades of Shamrock #29CEB0

Tints of Shamrock #29CEB0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.7%

 BLUE value IS 176 (69.14% from 255) = 41.61%

R = 9.69%
G = 48.7%
B = 41.61%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#29CEB0 (or 0x29CEB0) is known color: Shamrock. HEX triplet: 29, CE and B0. RGB value is (41,206,176). Sum of RGB (Red+Green+Blue) = 41+206+176=423 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.69% from 423); Green value is 206 (80.86% from 255 or 48.70% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 206 - color contains mainly: green. Hex color #29CEB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29CEB0 is #D6314F. Grayscale: #999999. Windows color (decimal): -14037328 or 11587113. OLE color: 11587113.

HSL color Cylindrical-coordinate representation of color #29CEB0: hue angle of 169.09º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CEB0 is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 206 176 -
CMYK 0.80 0 0.15 0.19
HSL 169.09º 0.67% 0.48% -
HSV(B) 169.09º 0.8% 0.81% -
XYZ 30.82 47.75 48.67 -
YUV 153.25 140.84 47.94 -
System Red Green Blue C M Y K H S L
Decimal 41 206 176 0.80 0 0.15 0.19 169.09 0.67 0.48
Hex 29 CE B0 50 0 F 13 A9 43 30
Octal 51 316 260 120 0 17 23 251 103 60
Binary 101001 11001110 10110000 1010000 0 1111 10011 10101001 1000011 110000

Color Harmonies of #29CEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CEB0

Black with #29CEB0

Text Example


Text Example

White with #29CEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,206,176); }

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

background-color css

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

 a { background-color: rgb(41,206,176); }

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

border-color css

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

 span { border-color: rgb(41,206,176); }

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