Html Css Color HEX #29727C Atoll

📋 copy color: '#29727C'

red 41 ◦ green 114 ◦ blue 124

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

Shades of Atoll #29727C

Tints of Atoll #29727C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.86%

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

R = 14.7%
G = 40.86%
B = 44.44%

CMYK

 C value IS 0.67

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#29727C (or 0x29727C) is known color: Atoll. HEX triplet: 29, 72 and 7C. RGB value is (41,114,124). Sum of RGB (Red+Green+Blue) = 41+114+124=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 124 - color contains mainly: blue. Hex color #29727C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29727C is #D68D83. Grayscale: #5D5D5D. Windows color (decimal): -14060932 or 8155689. OLE color: 8155689.

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

Color convert

RGB 41 114 124 -
CMYK 0.67 0.08 0 0.51
HSL 187.23º 0.5% 0.32% -
HSV(B) 187.23º 0.67% 0.49% -
XYZ 10.57 13.96 21.21 -
YUV 93.31 145.32 90.69 -
System Red Green Blue C M Y K H S L
Decimal 41 114 124 0.67 0.08 0 0.51 187.23 0.5 0.32
Hex 29 72 7C 43 8 0 33 BB 32 20
Octal 51 162 174 103 10 0 63 273 62 40
Binary 101001 1110010 1111100 1000011 1000 0 110011 10111011 110010 100000

Color Harmonies of #29727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29727C

Black with #29727C

Text Example


Text Example

White with #29727C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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