#289696

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

Shades of Java #289696

Tints of Java #289696

Color information

#289696 (or 0x289696) is unknown color: approx Java. HEX triplet: 28, 96 and 96. RGB value is (40,150,150). Sum of RGB (Red+Green+Blue) = 40+150+150=340 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.76% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 150 (58.98% from 255 or 44.12% from 340); Max value from RGB is 150 - color contains mainly: green, blue. Hex color #289696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289696 is #D76969. Grayscale: #757575. Windows color (decimal): -14117226 or 9868840. OLE color: 9868840.

HSL color Cylindrical-coordinate representation of color #289696: hue angle of 180º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #289696 is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB40150150-
CMYK0.73000.41
HSL180º57.89%37.25%-
HSV(B)180º73.33%58.82%-
XYZ17.2924.4732.67-
YUV117.11146.5673-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.76%
GREEN value IS 150 (58.98% from 255) = 44.12%
BLUE value IS 150 (58.98% from 255) = 44.12%
R=11.76%
G=44.12%
B=44.12%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal401501500.73000.4118057.8937.25
Hex289696490029b43a25
Octal5022622611100512647245
Binary101000100101101001011010010010010100110110100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #289696; }

 p { color: rgb(40,150,150); }

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

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

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

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

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

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

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