#2B6F75

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

Shades of Atoll #2B6F75

Tints of Atoll #2B6F75

Color information

#2B6F75 (or 0x2B6F75) is unknown color: approx Atoll. HEX triplet: 2B, 6F and 75. RGB value is (43,111,117). Sum of RGB (Red+Green+Blue) = 43+111+117=271 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.87% from 271); Green value is 111 (43.75% from 255 or 40.96% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 117 - color contains mainly: blue. Hex color #2B6F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6F75 is #D4908A. Grayscale: #5B5B5B. Windows color (decimal): -13930635 or 7696171. OLE color: 7696171.

HSL color Cylindrical-coordinate representation of color #2B6F75: hue angle of 184.86º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B6F75 is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB43111117-
CMYK0.630.0500.54
HSL184.86º46.25%31.37%-
HSV(B)184.86º63.25%45.88%-
XYZ9.8913.1718.85-
YUV91.35142.4793.51-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.87%
GREEN value IS 111 (43.75% from 255) = 40.96%
BLUE value IS 117 (46.09% from 255) = 43.17%
R=15.87%
G=40.96%
B=43.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal431111170.630.0500.54184.8646.2531.37
Hex2B6F753F5036b92e1f
Octal531571657750662715637
Binary1010111101111111010111111110101101101011100110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,111,117); }

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

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

 a { background-color: rgb(43,111,117); }

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

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

 span { border-color: rgb(43,111,117); }

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