#1A9592

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

Shades of Java #1A9592

Tints of Java #1A9592

Color information

#1A9592 (or 0x1A9592) is unknown color: approx Java. HEX triplet: 1A, 95 and 92. RGB value is (26,149,146). Sum of RGB (Red+Green+Blue) = 26+149+146=321 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.10% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #1A9592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A9592 is #E56A6D. Grayscale: #6F6F6F. Windows color (decimal): -15034990 or 9606426. OLE color: 9606426.

HSL color Cylindrical-coordinate representation of color #1A9592: hue angle of 178.54º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A9592 is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB26149146-
CMYK0.8300.020.42
HSL178.54º70.29%34.31%-
HSV(B)178.54º82.55%58.43%-
XYZ16.3623.7930.92-
YUV111.88147.2566.74-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.10%
GREEN value IS 149 (58.59% from 255) = 46.42%
BLUE value IS 146 (57.42% from 255) = 45.48%
R=8.10%
G=46.42%
B=45.48%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal261491460.8300.020.42178.5470.2934.31
Hex1A959253022Ab34622
Octal32225222123025226310642
Binary1101010010101100100101010011010101010101100111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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