#28979B

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

Shades of Java #28979B

Tints of Java #28979B

Color information

#28979B (or 0x28979B) is unknown color: approx Java. HEX triplet: 28, 97 and 9B. RGB value is (40,151,155). Sum of RGB (Red+Green+Blue) = 40+151+155=346 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.56% from 346); Green value is 151 (59.38% from 255 or 43.64% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #28979B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28979B is #D76864. Grayscale: #767676. Windows color (decimal): -14116965 or 10196776. OLE color: 10196776.

HSL color Cylindrical-coordinate representation of color #28979B: hue angle of 182.09º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28979B is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB40151155-
CMYK0.740.0300.39
HSL182.09º58.97%38.24%-
HSV(B)182.09º74.19%60.78%-
XYZ17.8624.9534.89-
YUV118.27148.7372.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.56%
GREEN value IS 151 (59.38% from 255) = 43.64%
BLUE value IS 155 (60.94% from 255) = 44.80%
R=11.56%
G=43.64%
B=44.80%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal401511550.740.0300.39182.0958.9738.24
Hex28979B4A3027b63b26
Octal5022723311230472667346
Binary1010001001011110011011100101011010011110110110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28979B; }

 p { color: rgb(40,151,155); }

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

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

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

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

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

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

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