#2E8885

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

Shades of Atoll #2E8885

Tints of Atoll #2E8885

Color information

#2E8885 (or 0x2E8885) is unknown color: approx Atoll. HEX triplet: 2E, 88 and 85. RGB value is (46,136,133). Sum of RGB (Red+Green+Blue) = 46+136+133=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 136 - color contains mainly: green. Hex color #2E8885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8885 is #D1777A. Grayscale: #6C6C6C. Windows color (decimal): -13727611 or 8751150. OLE color: 8751150.

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

Color convert

RGB46136133-
CMYK0.6600.020.47
HSL178º49.45%35.69%-
HSV(B)178º66.18%53.33%-
XYZ14.1619.8825.28-
YUV108.75141.6883.24-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.60%
GREEN value IS 136 (53.52% from 255) = 43.17%
BLUE value IS 133 (52.34% from 255) = 42.22%
R=14.60%
G=43.17%
B=42.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal461361330.6600.020.4717849.4535.69
Hex2E888542022Fb23124
Octal5621020510202572626144
Binary1011101000100010000101100001001010111110110010110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,136,133); }

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

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

 a { background-color: rgb(46,136,133); }

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

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

 span { border-color: rgb(46,136,133); }

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