#1A979A

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

Shades of Java #1A979A

Tints of Java #1A979A

Color information

#1A979A (or 0x1A979A) is unknown color: approx Java. HEX triplet: 1A, 97 and 9A. RGB value is (26,151,154). Sum of RGB (Red+Green+Blue) = 26+151+154=331 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.85% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 154 (60.55% from 255 or 46.53% from 331); Max value from RGB is 154 - color contains mainly: blue. Hex color #1A979A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A979A is #E56865. Grayscale: #717171. Windows color (decimal): -15034470 or 10131226. OLE color: 10131226.

HSL color Cylindrical-coordinate representation of color #1A979A: hue angle of 181.41º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A979A is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB26151154-
CMYK0.830.0200.40
HSL181.41º71.11%35.29%-
HSV(B)181.41º83.12%60.39%-
XYZ17.3324.6934.42-
YUV113.97150.5965.26-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.85%
GREEN value IS 151 (59.38% from 255) = 45.62%
BLUE value IS 154 (60.55% from 255) = 46.53%
R=7.85%
G=45.62%
B=46.53%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal261511540.830.0200.40181.4171.1135.29
Hex1A979A532028b54723
Octal32227232123205026510743
Binary1101010010111100110101010011100101000101101011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A979A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,151,154); }

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

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

 a { background-color: rgb(26,151,154); }

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

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

 span { border-color: rgb(26,151,154); }

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