Html Css Color HEX #14979C Java

📋 copy color: '#14979C'

red 20 ◦ green 151 ◦ blue 156

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

Shades of Java #14979C

Tints of Java #14979C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 46.18%

 BLUE value IS 156 (61.33% from 255) = 47.71%

R = 6.12%
G = 46.18%
B = 47.71%

CMYK

 C value IS 0.87

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14979C (or 0x14979C) is known color: Java. HEX triplet: 14, 97 and 9C. RGB value is (20,151,156). Sum of RGB (Red+Green+Blue) = 20+151+156=327 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.12% from 327); Green value is 151 (59.38% from 255 or 46.18% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #14979C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14979C is #EB6863. Grayscale: #707070. Windows color (decimal): -15427684 or 10262292. OLE color: 10262292.

HSL color Cylindrical-coordinate representation of color #14979C: hue angle of 182.21º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14979C is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 20 151 156 -
CMYK 0.87 0.03 0 0.39
HSL 182.21º 0.77% 0.35% -
HSV(B) 182.21º 0.87% 0.61% -
XYZ 17.36 24.68 35.3 -
YUV 112.4 152.6 62.09 -
System Red Green Blue C M Y K H S L
Decimal 20 151 156 0.87 0.03 0 0.39 182.21 0.77 0.35
Hex 14 97 9C 57 3 0 27 B6 4D 23
Octal 24 227 234 127 3 0 47 266 115 43
Binary 10100 10010111 10011100 1010111 11 0 100111 10110110 1001101 100011

Color Harmonies of #14979C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14979C

Black with #14979C

Text Example


Text Example

White with #14979C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14979C; }

 p { color: rgb(20,151,156); }

 H1.HeaderClassName
 {
   color: #14979C;
 }
 .AnyTagClassName
 {
   color: #14979C;
 }
</style>

background-color css

<style>
 a { background-color: #14979C; }

 a { background-color: rgb(20,151,156); }

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

border-color css

<style>
 span { border-color: #14979C; }

 span { border-color: rgb(20,151,156); }

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