#2E7D7C

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

Shades of Atoll #2E7D7C

Tints of Atoll #2E7D7C

Color information

#2E7D7C (or 0x2E7D7C) is unknown color: approx Atoll. HEX triplet: 2E, 7D and 7C. RGB value is (46,125,124). Sum of RGB (Red+Green+Blue) = 46+125+124=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 125 (49.22% from 255 or 42.37% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 125 - color contains mainly: green. Hex color #2E7D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7D7C is #D18283. Grayscale: #656565. Windows color (decimal): -13730436 or 8158510. OLE color: 8158510.

HSL color Cylindrical-coordinate representation of color #2E7D7C: hue angle of 179.24º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E7D7C is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB46125124-
CMYK0.6300.010.51
HSL179.24º46.2%33.53%-
HSV(B)179.24º63.2%49.02%-
XYZ12.116.721.66-
YUV101.26140.8388.58-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.59%
GREEN value IS 125 (49.22% from 255) = 42.37%
BLUE value IS 124 (48.83% from 255) = 42.03%
R=15.59%
G=42.37%
B=42.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal461251240.6300.010.51179.2446.233.53
Hex2E7D7C3F0133b32e22
Octal561751747701632635642
Binary101110111110111111001111110111001110110011101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,125,124); }

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

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

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

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

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

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

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