#28988B

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

Shades of Java #28988B

Tints of Java #28988B

Color information

#28988B (or 0x28988B) is unknown color: approx Java. HEX triplet: 28, 98 and 8B. RGB value is (40,152,139). Sum of RGB (Red+Green+Blue) = 40+152+139=331 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.08% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 152 - color contains mainly: green. Hex color #28988B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28988B is #D76774. Grayscale: #747474. Windows color (decimal): -14116725 or 9148456. OLE color: 9148456.

HSL color Cylindrical-coordinate representation of color #28988B: hue angle of 173.04º degrees, saturation: 0.58, 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 #28988B is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB40152139-
CMYK0.7400.090.40
HSL173.04º58.33%37.65%-
HSV(B)173.04º73.68%59.61%-
XYZ16.7624.7728.32-
YUV117.03140.3973.06-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.08%
GREEN value IS 152 (59.77% from 255) = 45.92%
BLUE value IS 139 (54.69% from 255) = 41.99%
R=12.08%
G=45.92%
B=41.99%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal401521390.7400.090.40173.0458.3337.65
Hex28988B4A0928ad3a26
Octal50230213112011502557246
Binary101000100110001000101110010100100110100010101101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,152,139); }

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

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

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

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

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

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

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