#2A888B

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

Shades of Java #2A888B

Tints of Java #2A888B

Color information

#2A888B (or 0x2A888B) is unknown color: approx Java. HEX triplet: 2A, 88 and 8B. RGB value is (42,136,139). Sum of RGB (Red+Green+Blue) = 42+136+139=317 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.25% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 139 - color contains mainly: blue. Hex color #2A888B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A888B is #D57774. Grayscale: #6C6C6C. Windows color (decimal): -13989749 or 9144362. OLE color: 9144362.

HSL color Cylindrical-coordinate representation of color #2A888B: hue angle of 181.86º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A888B is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB42136139-
CMYK0.700.0200.45
HSL181.86º53.59%35.49%-
HSV(B)181.86º69.78%54.51%-
XYZ14.4219.9627.52-
YUV108.24145.3680.76-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.25%
GREEN value IS 136 (53.52% from 255) = 42.90%
BLUE value IS 139 (54.69% from 255) = 43.85%
R=13.25%
G=42.90%
B=43.85%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal421361390.700.0200.45181.8653.5935.49
Hex2A888B46202Db63623
Octal5221021310620552666643
Binary1010101000100010001011100011010010110110110110110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A888B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,136,139); }

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

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

 a { background-color: rgb(42,136,139); }

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

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

 span { border-color: rgb(42,136,139); }

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