#2B9C96

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

Shades of Java #2B9C96

Tints of Java #2B9C96

Color information

#2B9C96 (or 0x2B9C96) is unknown color: approx Java. HEX triplet: 2B, 9C and 96. RGB value is (43,156,150). Sum of RGB (Red+Green+Blue) = 43+156+150=349 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.32% from 349); Green value is 156 (61.33% from 255 or 44.70% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 156 - color contains mainly: green. Hex color #2B9C96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9C96 is #D46369. Grayscale: #797979. Windows color (decimal): -13919082 or 9870379. OLE color: 9870379.

HSL color Cylindrical-coordinate representation of color #2B9C96: hue angle of 176.81º 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 #2B9C96 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB43156150-
CMYK0.7200.040.39
HSL176.81º56.78%39.02%-
HSV(B)176.81º72.44%61.18%-
XYZ18.3926.4933-
YUV121.53144.0671.99-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.32%
GREEN value IS 156 (61.33% from 255) = 44.70%
BLUE value IS 150 (58.98% from 255) = 42.98%
R=12.32%
G=44.70%
B=42.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal431561500.7200.040.39176.8156.7839.02
Hex2B9C96480427b13927
Octal5323422611004472617147
Binary10101110011100100101101001000010010011110110001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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