#296D75

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

Shades of Atoll #296D75

Tints of Atoll #296D75

Color information

#296D75 (or 0x296D75) is unknown color: approx Atoll. HEX triplet: 29, 6D and 75. RGB value is (41,109,117). Sum of RGB (Red+Green+Blue) = 41+109+117=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 109 (42.97% from 255 or 40.82% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 117 - color contains mainly: blue. Hex color #296D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296D75 is #D6928A. Grayscale: #595959. Windows color (decimal): -14062219 or 7695657. OLE color: 7695657.

HSL color Cylindrical-coordinate representation of color #296D75: hue angle of 186.32º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #296D75 is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB41109117-
CMYK0.650.0700.54
HSL186.32º48.1%30.98%-
HSV(B)186.32º64.96%45.88%-
XYZ9.5912.6918.77-
YUV89.58143.4793.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.36%
GREEN value IS 109 (42.97% from 255) = 40.82%
BLUE value IS 117 (46.09% from 255) = 43.82%
R=15.36%
G=40.82%
B=43.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal411091170.650.0700.54186.3248.130.98
Hex296D75417036ba301f
Octal5115516510170662726037
Binary10100111011011110101100000111101101101011101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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