#2BA59A

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

Shades of Java #2BA59A

Tints of Java #2BA59A

Color information

#2BA59A (or 0x2BA59A) is unknown color: approx Java. HEX triplet: 2B, A5 and 9A. RGB value is (43,165,154). Sum of RGB (Red+Green+Blue) = 43+165+154=362 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.88% from 362); Green value is 165 (64.84% from 255 or 45.58% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 165 - color contains mainly: green. Hex color #2BA59A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA59A is #D45A65. Grayscale: #7F7F7F. Windows color (decimal): -13916774 or 10134827. OLE color: 10134827.

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

Color convert

RGB43165154-
CMYK0.7400.070.35
HSL174.59º58.65%40.78%-
HSV(B)174.59º73.94%64.71%-
XYZ20.2829.7635.25-
YUV127.27143.0867.89-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.88%
GREEN value IS 165 (64.84% from 255) = 45.58%
BLUE value IS 154 (60.55% from 255) = 42.54%
R=11.88%
G=45.58%
B=42.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal431651540.7400.070.35174.5958.6540.78
Hex2BA59A4A0723af3b29
Octal5324523211207432577351
Binary10101110100101100110101001010011110001110101111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,165,154); }

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

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

 a { background-color: rgb(43,165,154); }

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

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

 span { border-color: rgb(43,165,154); }

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