#2B9B94

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

Shades of Java #2B9B94

Tints of Java #2B9B94

Color information

#2B9B94 (or 0x2B9B94) is unknown color: approx Java. HEX triplet: 2B, 9B and 94. RGB value is (43,155,148). Sum of RGB (Red+Green+Blue) = 43+155+148=346 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.43% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 155 - color contains mainly: green. Hex color #2B9B94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9B94 is #D4646B. Grayscale: #787878. Windows color (decimal): -13919340 or 9739051. OLE color: 9739051.

HSL color Cylindrical-coordinate representation of color #2B9B94: hue angle of 176.25º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9B94 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB43155148-
CMYK0.7200.050.39
HSL176.25º56.57%38.82%-
HSV(B)176.25º72.26%60.78%-
XYZ18.0626.0932.1-
YUV120.71143.3972.57-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.43%
GREEN value IS 155 (60.94% from 255) = 44.80%
BLUE value IS 148 (58.20% from 255) = 42.77%
R=12.43%
G=44.80%
B=42.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal431551480.7200.050.39176.2556.5738.82
Hex2B9B94480527b03927
Octal5323322411005472607147
Binary10101110011011100101001001000010110011110110000111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,155,148); }

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

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

 a { background-color: rgb(43,155,148); }

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

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

 span { border-color: rgb(43,155,148); }

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