#14998A

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

Shades of Java #14998A

Tints of Java #14998A

Color information

#14998A (or 0x14998A) is unknown color: approx Java. HEX triplet: 14, 99 and 8A. RGB value is (20,153,138). Sum of RGB (Red+Green+Blue) = 20+153+138=311 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.43% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 138 (54.30% from 255 or 44.37% from 311); Max value from RGB is 153 - color contains mainly: green. Hex color #14998A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14998A is #EB6675. Grayscale: #6F6F6F. Windows color (decimal): -15427190 or 9083156. OLE color: 9083156.

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

Color convert

RGB20153138-
CMYK0.8700.100.4
HSL173.23º76.88%33.92%-
HSV(B)173.23º86.93%60%-
XYZ16.2724.7727.97-
YUV111.52142.9462.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.43%
GREEN value IS 153 (60.16% from 255) = 49.20%
BLUE value IS 138 (54.30% from 255) = 44.37%
R=6.43%
G=49.20%
B=44.37%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal201531380.8700.100.4173.2376.8833.92
Hex14998A570A28ad4d22
Octal242312121270125025511542
Binary101001001100110001010101011101010101000101011011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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