#1A938E

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

Shades of Java #1A938E

Tints of Java #1A938E

Color information

#1A938E (or 0x1A938E) is unknown color: approx Java. HEX triplet: 1A, 93 and 8E. RGB value is (26,147,142). Sum of RGB (Red+Green+Blue) = 26+147+142=315 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.25% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #1A938E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A938E is #E56C71. Grayscale: #6E6E6E. Windows color (decimal): -15035506 or 9343770. OLE color: 9343770.

HSL color Cylindrical-coordinate representation of color #1A938E: hue angle of 177.52º 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 #1A938E is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB26147142-
CMYK0.8200.030.42
HSL177.52º69.94%33.92%-
HSV(B)177.52º82.31%57.65%-
XYZ15.7423.0429.21-
YUV110.25145.9167.91-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.25%
GREEN value IS 147 (57.81% from 255) = 46.67%
BLUE value IS 142 (55.86% from 255) = 45.08%
R=8.25%
G=46.67%
B=45.08%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal261471420.8200.030.42177.5269.9433.92
Hex1A938E52032Ab24622
Octal32223216122035226210642
Binary1101010010011100011101010010011101010101100101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,147,142); }

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

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

 a { background-color: rgb(26,147,142); }

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

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

 span { border-color: rgb(26,147,142); }

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