#2E8484

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

Shades of Atoll #2E8484

Tints of Atoll #2E8484

Color information

#2E8484 (or 0x2E8484) is unknown color: approx Atoll. HEX triplet: 2E, 84 and 84. RGB value is (46,132,132). Sum of RGB (Red+Green+Blue) = 46+132+132=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 132 - color contains mainly: green, blue. Hex color #2E8484 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8484 is #D17B7B. Grayscale: #6A6A6A. Windows color (decimal): -13728636 or 8684590. OLE color: 8684590.

HSL color Cylindrical-coordinate representation of color #2E8484: hue angle of 180º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E8484 is Cyan = 0.65, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB46132132-
CMYK0.65000.48
HSL180º48.31%34.9%-
HSV(B)180º65.15%51.76%-
XYZ13.5418.7524.73-
YUV106.29142.5185-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.84%
GREEN value IS 132 (51.95% from 255) = 42.58%
BLUE value IS 132 (51.95% from 255) = 42.58%
R=14.84%
G=42.58%
B=42.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal461321320.65000.4818048.3134.9
Hex2E8484410030b43023
Octal5620420410100602646043
Binary101110100001001000010010000010011000010110100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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