#28A29A

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

Shades of Java #28A29A

Tints of Java #28A29A

Color information

#28A29A (or 0x28A29A) is unknown color: approx Java. HEX triplet: 28, A2 and 9A. RGB value is (40,162,154). Sum of RGB (Red+Green+Blue) = 40+162+154=356 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.24% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 162 - color contains mainly: green. Hex color #28A29A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A29A is #D75D65. Grayscale: #7C7C7C. Windows color (decimal): -14114150 or 10134056. OLE color: 10134056.

HSL color Cylindrical-coordinate representation of color #28A29A: hue angle of 176.07º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A29A is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB40162154-
CMYK0.7500.050.36
HSL176.07º60.4%39.61%-
HSV(B)176.07º75.31%63.53%-
XYZ19.6328.6235.06-
YUV124.61144.5867.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.24%
GREEN value IS 162 (63.67% from 255) = 45.51%
BLUE value IS 154 (60.55% from 255) = 43.26%
R=11.24%
G=45.51%
B=43.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal401621540.7500.050.36176.0760.439.61
Hex28A29A4B0524b03c28
Octal5024223211305442607450
Binary10100010100010100110101001011010110010010110000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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