#2B9894

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

Shades of Java #2B9894

Tints of Java #2B9894

Color information

#2B9894 (or 0x2B9894) is unknown color: approx Java. HEX triplet: 2B, 98 and 94. RGB value is (43,152,148). Sum of RGB (Red+Green+Blue) = 43+152+148=343 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.54% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 152 - color contains mainly: green. Hex color #2B9894 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9894 is #D4676B. Grayscale: #767676. Windows color (decimal): -13920108 or 9738283. OLE color: 9738283.

HSL color Cylindrical-coordinate representation of color #2B9894: hue angle of 177.8º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9894 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB43152148-
CMYK0.7200.030.40
HSL177.8º55.9%38.24%-
HSV(B)177.8º71.71%59.61%-
XYZ17.5725.1131.94-
YUV118.95144.3973.83-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.54%
GREEN value IS 152 (59.77% from 255) = 44.31%
BLUE value IS 148 (58.20% from 255) = 43.15%
R=12.54%
G=44.31%
B=43.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal431521480.7200.030.40177.855.938.24
Hex2B9894480328b23826
Octal5323022411003502627046
Binary1010111001100010010100100100001110100010110010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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