#2E807E

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

Shades of Atoll #2E807E

Tints of Atoll #2E807E

Color information

#2E807E (or 0x2E807E) is unknown color: approx Atoll. HEX triplet: 2E, 80 and 7E. RGB value is (46,128,126). Sum of RGB (Red+Green+Blue) = 46+128+126=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 126 (49.61% from 255 or 42% from 300); Max value from RGB is 128 - color contains mainly: green. Hex color #2E807E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E807E is #D17F81. Grayscale: #676767. Windows color (decimal): -13729666 or 8290350. OLE color: 8290350.

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

Color convert

RGB46128126-
CMYK0.6400.020.50
HSL178.54º47.13%34.12%-
HSV(B)178.54º64.06%50.2%-
XYZ12.6117.5322.46-
YUV103.25140.8387.16-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.33%
GREEN value IS 128 (50.39% from 255) = 42.67%
BLUE value IS 126 (49.61% from 255) = 42%
R=15.33%
G=42.67%
B=42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal461281260.6400.020.50178.5447.1334.12
Hex2E807E400232b32f22
Octal5620017610002622635742
Binary101110100000001111110100000001011001010110011101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E807E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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