#1A9990

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

Shades of Java #1A9990

Tints of Java #1A9990

Color information

#1A9990 (or 0x1A9990) is unknown color: approx Java. HEX triplet: 1A, 99 and 90. RGB value is (26,153,144). Sum of RGB (Red+Green+Blue) = 26+153+144=323 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.05% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 153 - color contains mainly: green. Hex color #1A9990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A9990 is #E5666F. Grayscale: #717171. Windows color (decimal): -15033968 or 9476378. OLE color: 9476378.

HSL color Cylindrical-coordinate representation of color #1A9990: hue angle of 175.75º 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 #1A9990 is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB26153144-
CMYK0.8300.060.4
HSL175.75º70.95%35.1%-
HSV(B)175.75º83.01%60%-
XYZ16.8525.0230.33-
YUV114144.9265.23-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.05%
GREEN value IS 153 (60.16% from 255) = 47.37%
BLUE value IS 144 (56.64% from 255) = 44.58%
R=8.05%
G=47.37%
B=44.58%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal261531440.8300.060.4175.7570.9535.1
Hex1A9990530628b04723
Octal32231220123065026010743
Binary11010100110011001000010100110110101000101100001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,153,144); }

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

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

 a { background-color: rgb(26,153,144); }

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

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

 span { border-color: rgb(26,153,144); }

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