#148a94

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

Shades of Java #148A94

Tints of Java #148A94

Color information

#148A94 (or 0x148A94) is unknown color: approx Java. HEX triplet: 14, 8A and 94. RGB value is (20,138,148). Sum of RGB (Red+Green+Blue) = 20+138+148=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 138 (54.30% from 255 or 45.10% from 306); Blue value is 148 (58.20% from 255 or 48.37% from 306); Max value from RGB is 148 - color contains mainly: blue. Hex color #148A94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148A94 is #EB756B. Grayscale: #676767. Windows color (decimal): -15431020 or 9734676. OLE color: 9734676.

HSL color Cylindrical-coordinate representation of color #148A94: hue angle of 184.69º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148A94 is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB20138148-
CMYK0.860.0700.42
HSL184.69º76.19%32.94%-
HSV(B)184.69º86.49%58.04%-
XYZ14.7220.4631.19-
YUV103.86152.9168.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.54%
GREEN value IS 138 (54.30% from 255) = 45.10%
BLUE value IS 148 (58.20% from 255) = 48.37%
R=6.54%
G=45.10%
B=48.37%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal201381480.860.0700.42184.6976.1932.94
Hex148A9456702Ab94c21
Octal24212224126705227111441
Binary10100100010101001010010101101110101010101110011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148a94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148a94; }

 p { color: rgb(20,138,148); }

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

<style>
 a { background-color: #148a94; }

 a { background-color: rgb(20,138,148); }

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

<style>
 span { border-color: #148a94; }

 span { border-color: rgb(20,138,148); }

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