#1a8d94

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

Shades of Java #1A8D94

Tints of Java #1A8D94

Color information

#1A8D94 (or 0x1A8D94) is unknown color: approx Java. HEX triplet: 1A, 8D and 94. RGB value is (26,141,148). Sum of RGB (Red+Green+Blue) = 26+141+148=315 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.25% from 315); Green value is 141 (55.47% from 255 or 44.76% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #1A8D94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8D94 is #E5726B. Grayscale: #6B6B6B. Windows color (decimal): -15037036 or 9735450. OLE color: 9735450.

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

Color convert

RGB26141148-
CMYK0.820.0500.42
HSL183.44º70.11%34.12%-
HSV(B)183.44º82.43%58.04%-
XYZ15.321.4131.34-
YUV107.41150.969.93-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.25%
GREEN value IS 141 (55.47% from 255) = 44.76%
BLUE value IS 148 (58.20% from 255) = 46.98%
R=8.25%
G=44.76%
B=46.98%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal261411480.820.0500.42183.4470.1134.12
Hex1A8D9452502Ab74622
Octal32215224122505226710642
Binary11010100011011001010010100101010101010101101111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a8d94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,141,148); }

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

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

 a { background-color: rgb(26,141,148); }

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

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

 span { border-color: rgb(26,141,148); }

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