#2B8380

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

Shades of Atoll #2B8380

Tints of Atoll #2B8380

Color information

#2B8380 (or 0x2B8380) is unknown color: approx Atoll. HEX triplet: 2B, 83 and 80. RGB value is (43,131,128). Sum of RGB (Red+Green+Blue) = 43+131+128=302 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.24% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 128 (50.39% from 255 or 42.38% from 302); Max value from RGB is 131 - color contains mainly: green. Hex color #2B8380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8380 is #D47C7F. Grayscale: #686868. Windows color (decimal): -13925504 or 8422187. OLE color: 8422187.

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

Color convert

RGB43131128-
CMYK0.6700.020.49
HSL177.95º50.57%34.12%-
HSV(B)177.95º67.18%51.37%-
XYZ13.0118.323.27-
YUV104.35141.3584.24-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.24%
GREEN value IS 131 (51.56% from 255) = 43.38%
BLUE value IS 128 (50.39% from 255) = 42.38%
R=14.24%
G=43.38%
B=42.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal431311280.6700.020.49177.9550.5734.12
Hex2B8380430231b23322
Octal5320320010302612626342
Binary1010111000001110000000100001101011000110110010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,131,128); }

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

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

 a { background-color: rgb(43,131,128); }

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

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

 span { border-color: rgb(43,131,128); }

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