Html Css Color HEX #14979E Java

📋 copy color: '#14979E'

red 20 ◦ green 151 ◦ blue 158

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

Shades of Java #14979E

Tints of Java #14979E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 48.02%

R = 6.08%
G = 45.9%
B = 48.02%

CMYK

 C value IS 0.87

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14979E (or 0x14979E) is known color: Java. HEX triplet: 14, 97 and 9E. RGB value is (20,151,158). Sum of RGB (Red+Green+Blue) = 20+151+158=329 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.08% from 329); Green value is 151 (59.38% from 255 or 45.90% from 329); Blue value is 158 (62.11% from 255 or 48.02% from 329); Max value from RGB is 158 - color contains mainly: blue. Hex color #14979E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14979E is #EB6861. Grayscale: #707070. Windows color (decimal): -15427682 or 10393364. OLE color: 10393364.

HSL color Cylindrical-coordinate representation of color #14979E: hue angle of 183.04º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14979E is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 151 158 -
CMYK 0.87 0.04 0 0.38
HSL 183.04º 0.78% 0.35% -
HSV(B) 183.04º 0.87% 0.62% -
XYZ 17.53 24.75 36.2 -
YUV 112.63 153.6 61.93 -
System Red Green Blue C M Y K H S L
Decimal 20 151 158 0.87 0.04 0 0.38 183.04 0.78 0.35
Hex 14 97 9E 57 4 0 26 B7 4E 23
Octal 24 227 236 127 4 0 46 267 116 43
Binary 10100 10010111 10011110 1010111 100 0 100110 10110111 1001110 100011

Color Harmonies of #14979E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14979E

Black with #14979E

Text Example


Text Example

White with #14979E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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