#148E9A

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

Shades of Java #148E9A

Tints of Java #148E9A

Color information

#148E9A (or 0x148E9A) is unknown color: approx Java. HEX triplet: 14, 8E and 9A. RGB value is (20,142,154). Sum of RGB (Red+Green+Blue) = 20+142+154=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 142 (55.86% from 255 or 44.94% from 316); Blue value is 154 (60.55% from 255 or 48.73% from 316); Max value from RGB is 154 - color contains mainly: blue. Hex color #148E9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148E9A is #EB7165. Grayscale: #6A6A6A. Windows color (decimal): -15429990 or 10128916. OLE color: 10128916.

HSL color Cylindrical-coordinate representation of color #148E9A: hue angle of 185.37º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #148E9A is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB20142154-
CMYK0.870.0800.40
HSL185.37º77.01%34.12%-
HSV(B)185.37º87.01%60.39%-
XYZ15.7921.8333.95-
YUV106.89154.5866.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.33%
GREEN value IS 142 (55.86% from 255) = 44.94%
BLUE value IS 154 (60.55% from 255) = 48.73%
R=6.33%
G=44.94%
B=48.73%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal201421540.870.0800.40185.3777.0134.12
Hex148E9A578028b94d22
Octal242162321271005027111542
Binary101001000111010011010101011110000101000101110011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,142,154); }

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

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

 a { background-color: rgb(20,142,154); }

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

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

 span { border-color: rgb(20,142,154); }

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