#2E817E

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

Shades of Atoll #2E817E

Tints of Atoll #2E817E

Color information

#2E817E (or 0x2E817E) is unknown color: approx Atoll. HEX triplet: 2E, 81 and 7E. RGB value is (46,129,126). Sum of RGB (Red+Green+Blue) = 46+129+126=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 129 (50.78% from 255 or 42.86% from 301); Blue value is 126 (49.61% from 255 or 41.86% from 301); Max value from RGB is 129 - color contains mainly: green. Hex color #2E817E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E817E is #D17E81. Grayscale: #676767. Windows color (decimal): -13729410 or 8290606. OLE color: 8290606.

HSL color Cylindrical-coordinate representation of color #2E817E: hue angle of 177.83º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E817E is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB46129126-
CMYK0.6400.020.49
HSL177.83º47.43%34.31%-
HSV(B)177.83º64.34%50.59%-
XYZ12.7417.7922.5-
YUV103.84140.586.74-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.28%
GREEN value IS 129 (50.78% from 255) = 42.86%
BLUE value IS 126 (49.61% from 255) = 41.86%
R=15.28%
G=42.86%
B=41.86%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal461291260.6400.020.49177.8347.4334.31
Hex2E817E400231b22f22
Octal5620117610002612625742
Binary101110100000011111110100000001011000110110010101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E817E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,129,126); }

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

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

 a { background-color: rgb(46,129,126); }

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

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

 span { border-color: rgb(46,129,126); }

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