#288C8A

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

Shades of Java #288C8A

Tints of Java #288C8A

Color information

#288C8A (or 0x288C8A) is unknown color: approx Java. HEX triplet: 28, 8C and 8A. RGB value is (40,140,138). Sum of RGB (Red+Green+Blue) = 40+140+138=318 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.58% from 318); Green value is 140 (55.08% from 255 or 44.03% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 140 - color contains mainly: green. Hex color #288C8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288C8A is #D77375. Grayscale: #6D6D6D. Windows color (decimal): -14119798 or 9079848. OLE color: 9079848.

HSL color Cylindrical-coordinate representation of color #288C8A: hue angle of 178.8º degrees, saturation: 0.56, 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 #288C8A is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB40140138-
CMYK0.7100.010.45
HSL178.8º55.56%35.29%-
HSV(B)178.8º71.43%54.9%-
XYZ14.8421.0427.32-
YUV109.87143.8778.16-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.58%
GREEN value IS 140 (55.08% from 255) = 44.03%
BLUE value IS 138 (54.30% from 255) = 43.40%
R=12.58%
G=44.03%
B=43.40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal401401380.7100.010.45178.855.5635.29
Hex288C8A47012Db33823
Octal5021421210701552637043
Binary101000100011001000101010001110110110110110011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288C8A; }

 p { color: rgb(40,140,138); }

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

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

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

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

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

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

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