#2E7576

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

Shades of Atoll #2E7576

Tints of Atoll #2E7576

Color information

#2E7576 (or 0x2E7576) is unknown color: approx Atoll. HEX triplet: 2E, 75 and 76. RGB value is (46,117,118). Sum of RGB (Red+Green+Blue) = 46+117+118=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 118 - color contains mainly: blue. Hex color #2E7576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7576 is #D18A89. Grayscale: #5F5F5F. Windows color (decimal): -13732490 or 7763246. OLE color: 7763246.

HSL color Cylindrical-coordinate representation of color #2E7576: hue angle of 180.83º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E7576 is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB46117118-
CMYK0.610.0100.54
HSL180.83º43.9%32.16%-
HSV(B)180.83º61.02%46.27%-
XYZ10.7614.6119.39-
YUV95.88140.4892.42-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.37%
GREEN value IS 117 (46.09% from 255) = 41.64%
BLUE value IS 118 (46.48% from 255) = 41.99%
R=16.37%
G=41.64%
B=41.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal461171180.610.0100.54180.8343.932.16
Hex2E75763D1036b52c20
Octal561651667510662655440
Binary101110111010111101101111011011011010110101101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E7576; }

 p { color: rgb(46,117,118); }

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

<style>
 a { background-color: #2E7576; }

 a { background-color: rgb(46,117,118); }

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

<style>
 span { border-color: #2E7576; }

 span { border-color: rgb(46,117,118); }

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