#14918F

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

Shades of Java #14918F

Tints of Java #14918F

Color information

#14918F (or 0x14918F) is unknown color: approx Java. HEX triplet: 14, 91 and 8F. RGB value is (20,145,143). Sum of RGB (Red+Green+Blue) = 20+145+143=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 145 (57.03% from 255 or 47.08% from 308); Blue value is 143 (56.25% from 255 or 46.43% from 308); Max value from RGB is 145 - color contains mainly: green. Hex color #14918F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14918F is #EB6E70. Grayscale: #6B6B6B. Windows color (decimal): -15429233 or 9408788. OLE color: 9408788.

HSL color Cylindrical-coordinate representation of color #14918F: hue angle of 179.04º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14918F is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB20145143-
CMYK0.8600.010.43
HSL179.04º75.76%32.35%-
HSV(B)179.04º86.21%56.86%-
XYZ15.3722.3829.5-
YUV107.4148.0965.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.49%
GREEN value IS 145 (57.03% from 255) = 47.08%
BLUE value IS 143 (56.25% from 255) = 46.43%
R=6.49%
G=47.08%
B=46.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal201451430.8600.010.43179.0475.7632.35
Hex14918F56012Bb34c20
Octal24221217126015326311440
Binary101001001000110001111101011001101011101100111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14918F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14918F; }

 p { color: rgb(20,145,143); }

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

<style>
 a { background-color: #14918F; }

 a { background-color: rgb(20,145,143); }

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

<style>
 span { border-color: #14918F; }

 span { border-color: rgb(20,145,143); }

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