#28A29B

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

Shades of Java #28A29B

Tints of Java #28A29B

Color information

#28A29B (or 0x28A29B) is unknown color: approx Java. HEX triplet: 28, A2 and 9B. RGB value is (40,162,155). Sum of RGB (Red+Green+Blue) = 40+162+155=357 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.20% from 357); Green value is 162 (63.67% from 255 or 45.38% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 162 - color contains mainly: green. Hex color #28A29B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A29B is #D75D64. Grayscale: #7C7C7C. Windows color (decimal): -14114149 or 10199592. OLE color: 10199592.

HSL color Cylindrical-coordinate representation of color #28A29B: hue angle of 176.56º 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 #28A29B is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB40162155-
CMYK0.7500.040.36
HSL176.56º60.4%39.61%-
HSV(B)176.56º75.31%63.53%-
XYZ19.7128.6635.5-
YUV124.72145.0867.57-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.20%
GREEN value IS 162 (63.67% from 255) = 45.38%
BLUE value IS 155 (60.94% from 255) = 43.42%
R=11.20%
G=45.38%
B=43.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal401621550.7500.040.36176.5660.439.61
Hex28A29B4B0424b13c28
Octal5024223311304442617450
Binary10100010100010100110111001011010010010010110001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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