#1A928A

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

Shades of Java #1A928A

Tints of Java #1A928A

Color information

#1A928A (or 0x1A928A) is unknown color: approx Java. HEX triplet: 1A, 92 and 8A. RGB value is (26,146,138). Sum of RGB (Red+Green+Blue) = 26+146+138=310 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.39% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 138 (54.30% from 255 or 44.52% from 310); Max value from RGB is 146 - color contains mainly: green. Hex color #1A928A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A928A is #E56D75. Grayscale: #6D6D6D. Windows color (decimal): -15035766 or 9081370. OLE color: 9081370.

HSL color Cylindrical-coordinate representation of color #1A928A: hue angle of 176º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A928A is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB26146138-
CMYK0.8200.050.43
HSL176º69.77%33.73%-
HSV(B)176º82.19%57.25%-
XYZ15.2922.6127.6-
YUV109.21144.2468.65-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.39%
GREEN value IS 146 (57.42% from 255) = 47.10%
BLUE value IS 138 (54.30% from 255) = 44.52%
R=8.39%
G=47.10%
B=44.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal261461380.8200.050.4317669.7733.73
Hex1A928A52052Bb04622
Octal32222212122055326010642
Binary11010100100101000101010100100101101011101100001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A928A; }

 p { color: rgb(26,146,138); }

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

<style>
 a { background-color: #1A928A; }

 a { background-color: rgb(26,146,138); }

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

<style>
 span { border-color: #1A928A; }

 span { border-color: rgb(26,146,138); }

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