#1A8D97

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

Shades of Java #1A8D97

Tints of Java #1A8D97

Color information

#1A8D97 (or 0x1A8D97) is unknown color: approx Java. HEX triplet: 1A, 8D and 97. RGB value is (26,141,151). Sum of RGB (Red+Green+Blue) = 26+141+151=318 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.18% from 318); Green value is 141 (55.47% from 255 or 44.34% from 318); Blue value is 151 (59.38% from 255 or 47.48% from 318); Max value from RGB is 151 - color contains mainly: blue. Hex color #1A8D97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8D97 is #E57268. Grayscale: #6B6B6B. Windows color (decimal): -15037033 or 9932058. OLE color: 9932058.

HSL color Cylindrical-coordinate representation of color #1A8D97: hue angle of 184.8º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A8D97 is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB26141151-
CMYK0.830.0700.41
HSL184.8º70.62%34.71%-
HSV(B)184.8º82.78%59.22%-
XYZ15.5421.532.61-
YUV107.76152.469.69-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.18%
GREEN value IS 141 (55.47% from 255) = 44.34%
BLUE value IS 151 (59.38% from 255) = 47.48%
R=8.18%
G=44.34%
B=47.48%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal261411510.830.0700.41184.870.6234.71
Hex1A8D97537029b94723
Octal32215227123705127110743
Binary11010100011011001011110100111110101001101110011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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