#2B6D72

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

Shades of Atoll #2B6D72

Tints of Atoll #2B6D72

Color information

#2B6D72 (or 0x2B6D72) is unknown color: approx Atoll. HEX triplet: 2B, 6D and 72. RGB value is (43,109,114). Sum of RGB (Red+Green+Blue) = 43+109+114=266 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.17% from 266); Green value is 109 (42.97% from 255 or 40.98% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: blue. Hex color #2B6D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6D72 is #D4928D. Grayscale: #595959. Windows color (decimal): -13931150 or 7499051. OLE color: 7499051.

HSL color Cylindrical-coordinate representation of color #2B6D72: hue angle of 184.23º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B6D72 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB43109114-
CMYK0.620.0400.55
HSL184.23º45.22%30.78%-
HSV(B)184.23º62.28%44.71%-
XYZ9.512.6717.86-
YUV89.84141.6394.59-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.17%
GREEN value IS 109 (42.97% from 255) = 40.98%
BLUE value IS 114 (44.92% from 255) = 42.86%
R=16.17%
G=40.98%
B=42.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal431091140.620.0400.55184.2345.2230.78
Hex2B6D723E4037b82d1f
Octal531551627640672705537
Binary1010111101101111001011111010001101111011100010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,109,114); }

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

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

 a { background-color: rgb(43,109,114); }

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

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

 span { border-color: rgb(43,109,114); }

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