#2b8d8f

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

Shades of Java #2B8D8F

Tints of Java #2B8D8F

Color information

#2B8D8F (or 0x2B8D8F) is unknown color: approx Java. HEX triplet: 2B, 8D and 8F. RGB value is (43,141,143). Sum of RGB (Red+Green+Blue) = 43+141+143=327 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.15% from 327); Green value is 141 (55.47% from 255 or 43.12% from 327); Blue value is 143 (56.25% from 255 or 43.73% from 327); Max value from RGB is 143 - color contains mainly: blue. Hex color #2B8D8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8D8F is #D47270. Grayscale: #6F6F6F. Windows color (decimal): -13922929 or 9407787. OLE color: 9407787.

HSL color Cylindrical-coordinate representation of color #2B8D8F: hue angle of 181.2º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B8D8F is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB43141143-
CMYK0.700.0100.44
HSL181.2º53.76%36.47%-
HSV(B)181.2º69.93%56.08%-
XYZ15.4821.5529.33-
YUV111.93145.5378.84-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.15%
GREEN value IS 141 (55.47% from 255) = 43.12%
BLUE value IS 143 (56.25% from 255) = 43.73%
R=13.15%
G=43.12%
B=43.73%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal431411430.700.0100.44181.253.7636.47
Hex2B8D8F46102Cb53624
Octal5321521710610542656644
Binary101011100011011000111110001101010110010110101110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b8d8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,141,143); }

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

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

 a { background-color: rgb(43,141,143); }

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

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

 span { border-color: rgb(43,141,143); }

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