#2E8A86

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

Shades of Atoll #2E8A86

Tints of Atoll #2E8A86

Color information

#2E8A86 (or 0x2E8A86) is unknown color: approx Atoll. HEX triplet: 2E, 8A and 86. RGB value is (46,138,134). Sum of RGB (Red+Green+Blue) = 46+138+134=318 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.47% from 318); Green value is 138 (54.30% from 255 or 43.40% from 318); Blue value is 134 (52.73% from 255 or 42.14% from 318); Max value from RGB is 138 - color contains mainly: green. Hex color #2E8A86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8A86 is #D17579. Grayscale: #6D6D6D. Windows color (decimal): -13727098 or 8817198. OLE color: 8817198.

HSL color Cylindrical-coordinate representation of color #2E8A86: hue angle of 177.39º 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 #2E8A86 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB46138134-
CMYK0.6700.030.46
HSL177.39º50%36.08%-
HSV(B)177.39º66.67%54.12%-
XYZ14.5220.4825.74-
YUV110.04141.5282.33-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.47%
GREEN value IS 138 (54.30% from 255) = 43.40%
BLUE value IS 134 (52.73% from 255) = 42.14%
R=14.47%
G=43.40%
B=42.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal461381340.6700.030.46177.395036.08
Hex2E8A8643032Eb13224
Octal5621220610303562616244
Binary1011101000101010000110100001101110111010110001110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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