#2BA89C

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

Shades of Java #2BA89C

Tints of Java #2BA89C

Color information

#2BA89C (or 0x2BA89C) is unknown color: approx Java. HEX triplet: 2B, A8 and 9C. RGB value is (43,168,156). Sum of RGB (Red+Green+Blue) = 43+168+156=367 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.72% from 367); Green value is 168 (66.02% from 255 or 45.78% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 168 - color contains mainly: green. Hex color #2BA89C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA89C is #D45763. Grayscale: #818181. Windows color (decimal): -13916004 or 10266667. OLE color: 10266667.

HSL color Cylindrical-coordinate representation of color #2BA89C: hue angle of 174.24º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA89C is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB43168156-
CMYK0.7400.070.34
HSL174.24º59.24%41.37%-
HSV(B)174.24º74.4%65.88%-
XYZ2130.9236.31-
YUV129.26143.0966.48-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.72%
GREEN value IS 168 (66.02% from 255) = 45.78%
BLUE value IS 156 (61.33% from 255) = 42.51%
R=11.72%
G=45.78%
B=42.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal431681560.7400.070.34174.2459.2441.37
Hex2BA89C4A0722ae3b29
Octal5325023411207422567351
Binary10101110101000100111001001010011110001010101110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,168,156); }

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

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

 a { background-color: rgb(43,168,156); }

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

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

 span { border-color: rgb(43,168,156); }

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