#2E8A84

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

Shades of Atoll #2E8A84

Tints of Atoll #2E8A84

Color information

#2E8A84 (or 0x2E8A84) is unknown color: approx Atoll. HEX triplet: 2E, 8A and 84. RGB value is (46,138,132). Sum of RGB (Red+Green+Blue) = 46+138+132=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 138 - color contains mainly: green. Hex color #2E8A84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8A84 is #D1757B. Grayscale: #6D6D6D. Windows color (decimal): -13727100 or 8686126. OLE color: 8686126.

HSL color Cylindrical-coordinate representation of color #2E8A84: hue angle of 176.09º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E8A84 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB46138132-
CMYK0.6700.040.46
HSL176.09º50%36.08%-
HSV(B)176.09º66.67%54.12%-
XYZ14.3820.4225.01-
YUV109.81140.5282.49-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.56%
GREEN value IS 138 (54.30% from 255) = 43.67%
BLUE value IS 132 (51.95% from 255) = 41.77%
R=14.56%
G=43.67%
B=41.77%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal461381320.6700.040.46176.095036.08
Hex2E8A8443042Eb03224
Octal5621220410304562606244
Binary10111010001010100001001000011010010111010110000110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,138,132); }

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

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

 a { background-color: rgb(46,138,132); }

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

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

 span { border-color: rgb(46,138,132); }

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