#2ba1a5

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

Shades of Java #2BA1A5

Tints of Java #2BA1A5

Color information

#2BA1A5 (or 0x2BA1A5) is unknown color: approx Java. HEX triplet: 2B, A1 and A5. RGB value is (43,161,165). Sum of RGB (Red+Green+Blue) = 43+161+165=369 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.65% from 369); Green value is 161 (63.28% from 255 or 43.63% from 369); Blue value is 165 (64.84% from 255 or 44.72% from 369); Max value from RGB is 165 - color contains mainly: blue. Hex color #2BA1A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA1A5 is #D45E5A. Grayscale: #7E7E7E. Windows color (decimal): -13917787 or 10854699. OLE color: 10854699.

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

Color convert

RGB43161165-
CMYK0.740.0200.35
HSL181.97º58.65%40.78%-
HSV(B)181.97º73.94%64.71%-
XYZ20.5328.7240.06-
YUV126.17149.9168.67-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.65%
GREEN value IS 161 (63.28% from 255) = 43.63%
BLUE value IS 165 (64.84% from 255) = 44.72%
R=11.65%
G=43.63%
B=44.72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal431611650.740.0200.35181.9758.6540.78
Hex2BA1A54A2023b63b29
Octal5324124511220432667351
Binary1010111010000110100101100101010010001110110110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ba1a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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