#1A8B99

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

Shades of Java #1A8B99

Tints of Java #1A8B99

Color information

#1A8B99 (or 0x1A8B99) is unknown color: approx Java. HEX triplet: 1A, 8B and 99. RGB value is (26,139,153). Sum of RGB (Red+Green+Blue) = 26+139+153=318 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.18% from 318); Green value is 139 (54.69% from 255 or 43.71% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #1A8B99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8B99 is #E57466. Grayscale: #6A6A6A. Windows color (decimal): -15037543 or 10062618. OLE color: 10062618.

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

Color convert

RGB26139153-
CMYK0.830.0900.4
HSL186.61º70.95%35.1%-
HSV(B)186.61º83.01%60%-
XYZ15.4120.9833.38-
YUV106.81154.0670.36-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.18%
GREEN value IS 139 (54.69% from 255) = 43.71%
BLUE value IS 153 (60.16% from 255) = 48.11%
R=8.18%
G=43.71%
B=48.11%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal261391530.830.0900.4186.6170.9535.1
Hex1A8B99539028bb4723
Octal322132311231105027310743
Binary110101000101110011001101001110010101000101110111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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