#298B86

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

Shades of Java #298B86

Tints of Java #298B86

Color information

#298B86 (or 0x298B86) is unknown color: approx Java. HEX triplet: 29, 8B and 86. RGB value is (41,139,134). Sum of RGB (Red+Green+Blue) = 41+139+134=314 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.06% from 314); Green value is 139 (54.69% from 255 or 44.27% from 314); Blue value is 134 (52.73% from 255 or 42.68% from 314); Max value from RGB is 139 - color contains mainly: green. Hex color #298B86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298B86 is #D67479. Grayscale: #6D6D6D. Windows color (decimal): -14054522 or 8817449. OLE color: 8817449.

HSL color Cylindrical-coordinate representation of color #298B86: hue angle of 176.94º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #298B86 is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB41139134-
CMYK0.7100.040.45
HSL176.94º54.44%35.29%-
HSV(B)176.94º70.5%54.51%-
XYZ14.4520.6625.78-
YUV109.13142.0379.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.06%
GREEN value IS 139 (54.69% from 255) = 44.27%
BLUE value IS 134 (52.73% from 255) = 42.68%
R=13.06%
G=44.27%
B=42.68%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal411391340.7100.040.45176.9454.4435.29
Hex298B8647042Db13623
Octal5121320610704552616643
Binary10100110001011100001101000111010010110110110001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298B86; }

 p { color: rgb(41,139,134); }

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

<style>
 a { background-color: #298B86; }

 a { background-color: rgb(41,139,134); }

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

<style>
 span { border-color: #298B86; }

 span { border-color: rgb(41,139,134); }

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