#2B9B93

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

Shades of Java #2B9B93

Tints of Java #2B9B93

Color information

#2B9B93 (or 0x2B9B93) is unknown color: approx Java. HEX triplet: 2B, 9B and 93. RGB value is (43,155,147). Sum of RGB (Red+Green+Blue) = 43+155+147=345 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.46% from 345); Green value is 155 (60.94% from 255 or 44.93% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 155 - color contains mainly: green. Hex color #2B9B93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9B93 is #D4646C. Grayscale: #787878. Windows color (decimal): -13919341 or 9673515. OLE color: 9673515.

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

Color convert

RGB43155147-
CMYK0.7200.050.39
HSL175.71º56.57%38.82%-
HSV(B)175.71º72.26%60.78%-
XYZ17.9826.0631.69-
YUV120.6142.8972.65-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.46%
GREEN value IS 155 (60.94% from 255) = 44.93%
BLUE value IS 147 (57.81% from 255) = 42.61%
R=12.46%
G=44.93%
B=42.61%

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
Decimal431551470.7200.050.39175.7156.5738.82
Hex2B9B93480527b03927
Octal5323322311005472607147
Binary10101110011011100100111001000010110011110110000111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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