#28999A

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

Shades of Java #28999A

Tints of Java #28999A

Color information

#28999A (or 0x28999A) is unknown color: approx Java. HEX triplet: 28, 99 and 9A. RGB value is (40,153,154). Sum of RGB (Red+Green+Blue) = 40+153+154=347 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.53% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 154 - color contains mainly: blue. Hex color #28999A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28999A is #D76665. Grayscale: #777777. Windows color (decimal): -14116454 or 10131752. OLE color: 10131752.

HSL color Cylindrical-coordinate representation of color #28999A: hue angle of 180.53º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28999A is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB40153154-
CMYK0.740.0100.40
HSL180.53º58.76%38.04%-
HSV(B)180.53º74.03%60.39%-
XYZ18.125.5734.55-
YUV119.33147.5671.42-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.53%
GREEN value IS 153 (60.16% from 255) = 44.09%
BLUE value IS 154 (60.55% from 255) = 44.38%
R=11.53%
G=44.09%
B=44.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal401531540.740.0100.40180.5358.7638.04
Hex28999A4A1028b53b26
Octal5023123211210502657346
Binary101000100110011001101010010101010100010110101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28999A; }

 p { color: rgb(40,153,154); }

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

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

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

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

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

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

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