#28A69D

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

Shades of Java #28A69D

Tints of Java #28A69D

Color information

#28A69D (or 0x28A69D) is unknown color: approx Java. HEX triplet: 28, A6 and 9D. RGB value is (40,166,157). Sum of RGB (Red+Green+Blue) = 40+166+157=363 (48% of max value = 765). Red value is 40 (16.02% from 255 or 11.02% from 363); Green value is 166 (65.23% from 255 or 45.73% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 166 - color contains mainly: green. Hex color #28A69D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A69D is #D75962. Grayscale: #7F7F7F. Windows color (decimal): -14113123 or 10331688. OLE color: 10331688.

HSL color Cylindrical-coordinate representation of color #28A69D: hue angle of 175.71º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A69D is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB40166157-
CMYK0.7600.050.35
HSL175.71º61.17%40.39%-
HSV(B)175.71º75.9%65.1%-
XYZ20.630.1636.63-
YUV127.3144.7665.73-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.02%
GREEN value IS 166 (65.23% from 255) = 45.73%
BLUE value IS 157 (61.72% from 255) = 43.25%
R=11.02%
G=45.73%
B=43.25%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal401661570.7600.050.35175.7161.1740.39
Hex28A69D4C0523b03d28
Octal5024623511405432607550
Binary10100010100110100111011001100010110001110110000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28A69D; }

 p { color: rgb(40,166,157); }

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

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

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

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

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

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

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