#1A978D

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

Shades of Java #1A978D

Tints of Java #1A978D

Color information

#1A978D (or 0x1A978D) is unknown color: approx Java. HEX triplet: 1A, 97 and 8D. RGB value is (26,151,141). Sum of RGB (Red+Green+Blue) = 26+151+141=318 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.18% from 318); Green value is 151 (59.38% from 255 or 47.48% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 151 - color contains mainly: green. Hex color #1A978D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A978D is #E56872. Grayscale: #707070. Windows color (decimal): -15034483 or 9279258. OLE color: 9279258.

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

Color convert

RGB26151141-
CMYK0.8300.070.41
HSL175.2º70.62%34.71%-
HSV(B)175.2º82.78%59.22%-
XYZ16.324.2829.03-
YUV112.48144.0966.31-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.18%
GREEN value IS 151 (59.38% from 255) = 47.48%
BLUE value IS 141 (55.47% from 255) = 44.34%
R=8.18%
G=47.48%
B=44.34%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal261511410.8300.070.41175.270.6234.71
Hex1A978D530729af4723
Octal32227215123075125710743
Binary11010100101111000110110100110111101001101011111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A978D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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