#1996A1

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

Shades of Java #1996A1

Tints of Java #1996A1

Color information

#1996A1 (or 0x1996A1) is unknown color: approx Java. HEX triplet: 19, 96 and A1. RGB value is (25,150,161). Sum of RGB (Red+Green+Blue) = 25+150+161=336 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.44% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 161 (63.28% from 255 or 47.92% from 336); Max value from RGB is 161 - color contains mainly: blue. Hex color #1996A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1996A1 is #E6695E. Grayscale: #717171. Windows color (decimal): -15100255 or 10589721. OLE color: 10589721.

HSL color Cylindrical-coordinate representation of color #1996A1: hue angle of 184.85º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1996A1 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB25150161-
CMYK0.840.0700.37
HSL184.85º73.12%36.47%-
HSV(B)184.85º84.47%63.14%-
XYZ17.7424.5937.53-
YUV113.88154.5964.61-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.44%
GREEN value IS 150 (58.98% from 255) = 44.64%
BLUE value IS 161 (63.28% from 255) = 47.92%
R=7.44%
G=44.64%
B=47.92%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal251501610.840.0700.37184.8573.1236.47
Hex1996A1547025b94924
Octal31226241124704527111144
Binary11001100101101010000110101001110100101101110011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1996A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1996A1; }

 p { color: rgb(25,150,161); }

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

<style>
 a { background-color: #1996A1; }

 a { background-color: rgb(25,150,161); }

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

<style>
 span { border-color: #1996A1; }

 span { border-color: rgb(25,150,161); }

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