#2E828B

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

Shades of Atoll #2E828B

Tints of Atoll #2E828B

Color information

#2E828B (or 0x2E828B) is unknown color: approx Atoll. HEX triplet: 2E, 82 and 8B. RGB value is (46,130,139). Sum of RGB (Red+Green+Blue) = 46+130+139=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E828B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E828B is #D17D74. Grayscale: #696969. Windows color (decimal): -13729141 or 9142830. OLE color: 9142830.

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

Color convert

RGB46130139-
CMYK0.670.0600.45
HSL185.81º50.27%36.27%-
HSV(B)185.81º66.91%54.51%-
XYZ13.7718.4127.25-
YUV105.91146.6785.27-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.60%
GREEN value IS 130 (51.17% from 255) = 41.27%
BLUE value IS 139 (54.69% from 255) = 44.13%
R=14.60%
G=41.27%
B=44.13%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal461301390.670.0600.45185.8150.2736.27
Hex2E828B43602Dba3224
Octal5620221310360552726244
Binary10111010000010100010111000011110010110110111010110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,130,139); }

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

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

 a { background-color: rgb(46,130,139); }

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

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

 span { border-color: rgb(46,130,139); }

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