#296D70

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

Shades of Atoll #296D70

Tints of Atoll #296D70

Color information

#296D70 (or 0x296D70) is unknown color: approx Atoll. HEX triplet: 29, 6D and 70. RGB value is (41,109,112). Sum of RGB (Red+Green+Blue) = 41+109+112=262 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.65% from 262); Green value is 109 (42.97% from 255 or 41.60% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 112 - color contains mainly: blue. Hex color #296D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296D70 is #D6928F. Grayscale: #585858. Windows color (decimal): -14062224 or 7367977. OLE color: 7367977.

HSL color Cylindrical-coordinate representation of color #296D70: hue angle of 182.54º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #296D70 is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB41109112-
CMYK0.630.0300.56
HSL182.54º46.41%30%-
HSV(B)182.54º63.39%43.92%-
XYZ9.3112.5817.27-
YUV89.01140.9793.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.65%
GREEN value IS 109 (42.97% from 255) = 41.60%
BLUE value IS 112 (44.14% from 255) = 42.75%
R=15.65%
G=41.60%
B=42.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal411091120.630.0300.56182.5446.4130
Hex296D703F3038b72e1e
Octal511551607730702675636
Binary101001110110111100001111111101110001011011110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,109,112); }

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

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

 a { background-color: rgb(41,109,112); }

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

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

 span { border-color: rgb(41,109,112); }

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