Html Css Color HEX #29797E Atoll

📋 copy color: '#29797E'

red 41 ◦ green 121 ◦ blue 126

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

Shades of Atoll #29797E

Tints of Atoll #29797E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.01%

 BLUE value IS 126 (49.61% from 255) = 43.75%

R = 14.24%
G = 42.01%
B = 43.75%

CMYK

 C value IS 0.67

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#29797E (or 0x29797E) is known color: Atoll. HEX triplet: 29, 79 and 7E. RGB value is (41,121,126). Sum of RGB (Red+Green+Blue) = 41+121+126=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 121 (47.66% from 255 or 42.01% from 288); Blue value is 126 (49.61% from 255 or 43.75% from 288); Max value from RGB is 126 - color contains mainly: blue. Hex color #29797E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29797E is #D68681. Grayscale: #616161. Windows color (decimal): -14059138 or 8288553. OLE color: 8288553.

HSL color Cylindrical-coordinate representation of color #29797E: hue angle of 183.53º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29797E is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 121 126 -
CMYK 0.67 0.04 0 0.51
HSL 183.53º 0.51% 0.33% -
HSV(B) 183.53º 0.67% 0.49% -
XYZ 11.52 15.65 22.15 -
YUV 97.65 144 87.59 -
System Red Green Blue C M Y K H S L
Decimal 41 121 126 0.67 0.04 0 0.51 183.53 0.51 0.33
Hex 29 79 7E 43 4 0 33 B8 33 21
Octal 51 171 176 103 4 0 63 270 63 41
Binary 101001 1111001 1111110 1000011 100 0 110011 10111000 110011 100001

Color Harmonies of #29797E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29797E

Black with #29797E

Text Example


Text Example

White with #29797E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29797E; }

 p { color: rgb(41,121,126); }

 H1.HeaderClassName
 {
   color: #29797E;
 }
 .AnyTagClassName
 {
   color: #29797E;
 }
</style>

background-color css

<style>
 a { background-color: #29797E; }

 a { background-color: rgb(41,121,126); }

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

border-color css

<style>
 span { border-color: #29797E; }

 span { border-color: rgb(41,121,126); }

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