Html Css Color HEX #29767D Atoll

📋 copy color: '#29767D'

red 41 ◦ green 118 ◦ blue 125

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

Shades of Atoll #29767D

Tints of Atoll #29767D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.55%

 BLUE value IS 125 (49.22% from 255) = 44.01%

R = 14.44%
G = 41.55%
B = 44.01%

CMYK

 C value IS 0.67

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#29767D (or 0x29767D) is known color: Atoll. HEX triplet: 29, 76 and 7D. RGB value is (41,118,125). Sum of RGB (Red+Green+Blue) = 41+118+125=284 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.44% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 125 - color contains mainly: blue. Hex color #29767D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29767D is #D68982. Grayscale: #5F5F5F. Windows color (decimal): -14059907 or 8222249. OLE color: 8222249.

HSL color Cylindrical-coordinate representation of color #29767D: hue angle of 185º 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 #29767D is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 118 125 -
CMYK 0.67 0.06 0 0.51
HSL 185º 0.51% 0.33% -
HSV(B) 185º 0.67% 0.49% -
XYZ 11.09 14.91 21.7 -
YUV 95.78 144.49 88.93 -
System Red Green Blue C M Y K H S L
Decimal 41 118 125 0.67 0.06 0 0.51 185 0.51 0.33
Hex 29 76 7D 43 6 0 33 B9 33 21
Octal 51 166 175 103 6 0 63 271 63 41
Binary 101001 1110110 1111101 1000011 110 0 110011 10111001 110011 100001

Color Harmonies of #29767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29767D

Black with #29767D

Text Example


Text Example

White with #29767D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29767D; }

 p { color: rgb(41,118,125); }

 H1.HeaderClassName
 {
   color: #29767D;
 }
 .AnyTagClassName
 {
   color: #29767D;
 }
</style>

background-color css

<style>
 a { background-color: #29767D; }

 a { background-color: rgb(41,118,125); }

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

border-color css

<style>
 span { border-color: #29767D; }

 span { border-color: rgb(41,118,125); }

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