#1a999d

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

Shades of Java #1A999D

Tints of Java #1A999D

Color information

#1A999D (or 0x1A999D) is unknown color: approx Java. HEX triplet: 1A, 99 and 9D. RGB value is (26,153,157). Sum of RGB (Red+Green+Blue) = 26+153+157=336 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.74% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 157 (61.72% from 255 or 46.73% from 336); Max value from RGB is 157 - color contains mainly: blue. Hex color #1A999D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A999D is #E56662. Grayscale: #737373. Windows color (decimal): -15033955 or 10328346. OLE color: 10328346.

HSL color Cylindrical-coordinate representation of color #1A999D: hue angle of 181.83º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A999D is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB26153157-
CMYK0.830.0300.38
HSL181.83º71.58%35.88%-
HSV(B)181.83º83.44%61.57%-
XYZ17.925.4435.86-
YUV115.48151.4264.17-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.74%
GREEN value IS 153 (60.16% from 255) = 45.54%
BLUE value IS 157 (61.72% from 255) = 46.73%
R=7.74%
G=45.54%
B=46.73%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal261531570.830.0300.38181.8371.5835.88
Hex1A999D533026b64824
Octal32231235123304626611044
Binary1101010011001100111011010011110100110101101101001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a999d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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