#29727B

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

Shades of Atoll #29727B

Tints of Atoll #29727B

Color information

#29727B (or 0x29727B) is unknown color: approx Atoll. HEX triplet: 29, 72 and 7B. RGB value is (41,114,123). Sum of RGB (Red+Green+Blue) = 41+114+123=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 123 - color contains mainly: blue. Hex color #29727B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29727B is #D68D84. Grayscale: #5D5D5D. Windows color (decimal): -14060933 or 8090153. OLE color: 8090153.

HSL color Cylindrical-coordinate representation of color #29727B: hue angle of 186.59º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29727B is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB41114123-
CMYK0.670.0700.52
HSL186.59º50%32.16%-
HSV(B)186.59º66.67%48.24%-
XYZ10.5113.9420.88-
YUV93.2144.8290.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.75%
GREEN value IS 114 (44.92% from 255) = 41.01%
BLUE value IS 123 (48.44% from 255) = 44.24%
R=14.75%
G=41.01%
B=44.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal411141230.670.0700.52186.595032.16
Hex29727B437034bb3220
Octal5116217310370642736240
Binary101001111001011110111000011111011010010111011110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #29727B;
 }
 .AnyTagClassName
 {
   color: #29727B;
 }
</style>
background-color css

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

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

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

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

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

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