#2C6B6E

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

Shades of Atoll #2C6B6E

Tints of Atoll #2C6B6E

Color information

#2C6B6E (or 0x2C6B6E) is unknown color: approx Atoll. HEX triplet: 2C, 6B and 6E. RGB value is (44,107,110). Sum of RGB (Red+Green+Blue) = 44+107+110=261 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.86% from 261); Green value is 107 (42.19% from 255 or 41.00% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 110 - color contains mainly: blue. Hex color #2C6B6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6B6E is #D39491. Grayscale: #585858. Windows color (decimal): -13866130 or 7236396. OLE color: 7236396.

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

Color convert

RGB44107110-
CMYK0.60.0300.57
HSL182.73º42.86%30.2%-
HSV(B)182.73º60%43.14%-
XYZ9.1112.1816.62-
YUV88.51140.1396.26-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.86%
GREEN value IS 107 (42.19% from 255) = 41.00%
BLUE value IS 110 (43.36% from 255) = 42.15%
R=16.86%
G=41.00%
B=42.15%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal441071100.60.0300.57182.7342.8630.2
Hex2C6B6E3C3039b72b1e
Octal541531567430712675336
Binary101100110101111011101111001101110011011011110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,107,110); }

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

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

 a { background-color: rgb(44,107,110); }

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

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

 span { border-color: rgb(44,107,110); }

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