#29727C

Color #29727C Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #29727C

Tints of Atoll #29727C

Color information

#29727C (or 0x29727C) is unknown color: approx 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

RGB41114124-
CMYK0.670.0800.51
HSL187.23º50.3%32.35%-
HSV(B)187.23º66.94%48.63%-
XYZ10.5713.9621.21-
YUV93.31145.3290.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.70%
GREEN value IS 114 (44.92% from 255) = 40.86%
BLUE value IS 124 (48.83% from 255) = 44.44%
R=14.70%
G=40.86%
B=44.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal411141240.670.0800.51187.2350.332.35
Hex29727C438033bb3220
Octal51162174103100632736240
Binary1010011110010111110010000111000011001110111011110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>