#2B8C88

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

Shades of Java #2B8C88

Tints of Java #2B8C88

Color information

#2B8C88 (or 0x2B8C88) is unknown color: approx Java. HEX triplet: 2B, 8C and 88. RGB value is (43,140,136). Sum of RGB (Red+Green+Blue) = 43+140+136=319 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.48% from 319); Green value is 140 (55.08% from 255 or 43.89% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 140 - color contains mainly: green. Hex color #2B8C88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8C88 is #D47377. Grayscale: #6E6E6E. Windows color (decimal): -13923192 or 8948779. OLE color: 8948779.

HSL color Cylindrical-coordinate representation of color #2B8C88: hue angle of 177.53º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B8C88 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB43140136-
CMYK0.6900.030.45
HSL177.53º53.01%35.88%-
HSV(B)177.53º69.29%54.9%-
XYZ14.8221.0526.57-
YUV110.54142.3679.83-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.48%
GREEN value IS 140 (55.08% from 255) = 43.89%
BLUE value IS 136 (53.52% from 255) = 42.63%
R=13.48%
G=43.89%
B=42.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal431401360.6900.030.45177.5353.0135.88
Hex2B8C8845032Db23524
Octal5321421010503552626544
Binary1010111000110010001000100010101110110110110010110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,140,136); }

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

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

 a { background-color: rgb(43,140,136); }

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

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

 span { border-color: rgb(43,140,136); }

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