Html Css Color HEX #14998B Java

📋 copy color: '#14998B'

red 20 ◦ green 153 ◦ blue 139

#14998B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #14998B

Tints of Java #14998B

RGB

 RED value IS 20 (8.2% from 255) = 6.41%

 GREEN value IS 153 (60.16% from 255) = 49.04%

 BLUE value IS 139 (54.69% from 255) = 44.55%

R = 6.41%
G = 49.04%
B = 44.55%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#14998B (or 0x14998B) is known color: Java. HEX triplet: 14, 99 and 8B. RGB value is (20,153,139). Sum of RGB (Red+Green+Blue) = 20+153+139=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 153 - color contains mainly: green. Hex color #14998B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14998B is #EB6674. Grayscale: #6F6F6F. Windows color (decimal): -15427189 or 9148692. OLE color: 9148692.

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

Color convert

RGB 20 153 139 -
CMYK 0.87 0 0.09 0.4
HSL 173.68º 0.77% 0.34% -
HSV(B) 173.68º 0.87% 0.6% -
XYZ 16.34 24.8 28.35 -
YUV 111.64 143.44 62.64 -
System Red Green Blue C M Y K H S L
Decimal 20 153 139 0.87 0 0.09 0.4 173.68 0.77 0.34
Hex 14 99 8B 57 0 9 28 AE 4D 22
Octal 24 231 213 127 0 11 50 256 115 42
Binary 10100 10011001 10001011 1010111 0 1001 101000 10101110 1001101 100010

Color Harmonies of #14998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14998B

Black with #14998B

Text Example


Text Example

White with #14998B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #14998B;
 }
 .AnyTagClassName
 {
   color: #14998B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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