#2BA69A

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

Shades of Java #2BA69A

Tints of Java #2BA69A

Color information

#2BA69A (or 0x2BA69A) is unknown color: approx Java. HEX triplet: 2B, A6 and 9A. RGB value is (43,166,154). Sum of RGB (Red+Green+Blue) = 43+166+154=363 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.85% from 363); Green value is 166 (65.23% from 255 or 45.73% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 166 - color contains mainly: green. Hex color #2BA69A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA69A is #D45965. Grayscale: #7F7F7F. Windows color (decimal): -13916518 or 10135083. OLE color: 10135083.

HSL color Cylindrical-coordinate representation of color #2BA69A: hue angle of 174.15º 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 #2BA69A is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB43166154-
CMYK0.7400.070.35
HSL174.15º58.85%40.98%-
HSV(B)174.15º74.1%65.1%-
XYZ20.4730.1235.31-
YUV127.85142.7567.48-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.85%
GREEN value IS 166 (65.23% from 255) = 45.73%
BLUE value IS 154 (60.55% from 255) = 42.42%
R=11.85%
G=45.73%
B=42.42%

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
Decimal431661540.7400.070.35174.1558.8540.98
Hex2BA69A4A0723ae3b29
Octal5324623211207432567351
Binary10101110100110100110101001010011110001110101110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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