#14909A

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

Shades of Java #14909A

Tints of Java #14909A

Color information

#14909A (or 0x14909A) is unknown color: approx Java. HEX triplet: 14, 90 and 9A. RGB value is (20,144,154). Sum of RGB (Red+Green+Blue) = 20+144+154=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 144 (56.64% from 255 or 45.28% from 318); Blue value is 154 (60.55% from 255 or 48.43% from 318); Max value from RGB is 154 - color contains mainly: blue. Hex color #14909A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14909A is #EB6F65. Grayscale: #6B6B6B. Windows color (decimal): -15429478 or 10129428. OLE color: 10129428.

HSL color Cylindrical-coordinate representation of color #14909A: hue angle of 184.48º 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 #14909A is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB20144154-
CMYK0.870.0600.40
HSL184.48º77.01%34.12%-
HSV(B)184.48º87.01%60.39%-
XYZ16.0922.4334.05-
YUV108.06153.9265.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.29%
GREEN value IS 144 (56.64% from 255) = 45.28%
BLUE value IS 154 (60.55% from 255) = 48.43%
R=6.29%
G=45.28%
B=48.43%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal201441540.870.0600.40184.4877.0134.12
Hex14909A576028b84d22
Octal24220232127605027011542
Binary10100100100001001101010101111100101000101110001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14909A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14909A; }

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

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

<style>
 a { background-color: #14909A; }

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

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

<style>
 span { border-color: #14909A; }

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

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