#296C73

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

Shades of Atoll #296C73

Tints of Atoll #296C73

Color information

#296C73 (or 0x296C73) is unknown color: approx Atoll. HEX triplet: 29, 6C and 73. RGB value is (41,108,115). Sum of RGB (Red+Green+Blue) = 41+108+115=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 108 (42.58% from 255 or 40.91% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 115 - color contains mainly: blue. Hex color #296C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296C73 is #D6938C. Grayscale: #585858. Windows color (decimal): -14062477 or 7564329. OLE color: 7564329.

HSL color Cylindrical-coordinate representation of color #296C73: hue angle of 185.68º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #296C73 is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB41108115-
CMYK0.640.0600.55
HSL185.68º47.44%30.59%-
HSV(B)185.68º64.35%45.1%-
XYZ9.3712.4318.13-
YUV88.76142.893.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.53%
GREEN value IS 108 (42.58% from 255) = 40.91%
BLUE value IS 115 (45.31% from 255) = 43.56%
R=15.53%
G=40.91%
B=43.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal411081150.640.0600.55185.6847.4430.59
Hex296C73406037ba2f1f
Octal5115416310060672725737
Binary10100111011001110011100000011001101111011101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296C73; }

 p { color: rgb(41,108,115); }

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

<style>
 a { background-color: #296C73; }

 a { background-color: rgb(41,108,115); }

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

<style>
 span { border-color: #296C73; }

 span { border-color: rgb(41,108,115); }

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