Html Css Color HEX #29777C Atoll

📋 copy color: '#29777C'

red 41 ◦ green 119 ◦ blue 124

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

Shades of Atoll #29777C

Tints of Atoll #29777C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.9%

 BLUE value IS 124 (48.83% from 255) = 43.66%

R = 14.44%
G = 41.9%
B = 43.66%

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

#29777C (or 0x29777C) is known color: Atoll. HEX triplet: 29, 77 and 7C. RGB value is (41,119,124). Sum of RGB (Red+Green+Blue) = 41+119+124=284 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.44% from 284); Green value is 119 (46.88% from 255 or 41.90% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 124 - color contains mainly: blue. Hex color #29777C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29777C is #D68883. Grayscale: #606060. Windows color (decimal): -14059652 or 8156969. OLE color: 8156969.

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

Color convert

RGB 41 119 124 -
CMYK 0.67 0.04 0 0.51
HSL 183.61º 0.5% 0.32% -
HSV(B) 183.61º 0.67% 0.49% -
XYZ 11.15 15.12 21.4 -
YUV 96.25 143.66 88.59 -
System Red Green Blue C M Y K H S L
Decimal 41 119 124 0.67 0.04 0 0.51 183.61 0.5 0.32
Hex 29 77 7C 43 4 0 33 B8 32 20
Octal 51 167 174 103 4 0 63 270 62 40
Binary 101001 1110111 1111100 1000011 100 0 110011 10111000 110010 100000

Color Harmonies of #29777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29777C

Black with #29777C

Text Example


Text Example

White with #29777C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29777C; }

 p { color: rgb(41,119,124); }

 H1.HeaderClassName
 {
   color: #29777C;
 }
 .AnyTagClassName
 {
   color: #29777C;
 }
</style>

background-color css

<style>
 a { background-color: #29777C; }

 a { background-color: rgb(41,119,124); }

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

border-color css

<style>
 span { border-color: #29777C; }

 span { border-color: rgb(41,119,124); }

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