#2C6D6F

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

Shades of Atoll #2C6D6F

Tints of Atoll #2C6D6F

Color information

#2C6D6F (or 0x2C6D6F) is unknown color: approx Atoll. HEX triplet: 2C, 6D and 6F. RGB value is (44,109,111). Sum of RGB (Red+Green+Blue) = 44+109+111=264 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.67% from 264); Green value is 109 (42.97% from 255 or 41.29% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 111 - color contains mainly: blue. Hex color #2C6D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6D6F is #D39290. Grayscale: #595959. Windows color (decimal): -13865617 or 7302444. OLE color: 7302444.

HSL color Cylindrical-coordinate representation of color #2C6D6F: hue angle of 181.79º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2C6D6F is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB44109111-
CMYK0.600.0200.56
HSL181.79º43.23%30.39%-
HSV(B)181.79º60.36%43.53%-
XYZ9.3812.6216.98-
YUV89.79139.9795.34-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.67%
GREEN value IS 109 (42.97% from 255) = 41.29%
BLUE value IS 111 (43.75% from 255) = 42.05%
R=16.67%
G=41.29%
B=42.05%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal441091110.600.0200.56181.7943.2330.39
Hex2C6D6F3C2038b62b1e
Octal541551577420702665336
Binary101100110110111011111111001001110001011011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,109,111); }

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

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

 a { background-color: rgb(44,109,111); }

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

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

 span { border-color: rgb(44,109,111); }

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