Html Css Color HEX #14979B Java

📋 copy color: '#14979B'

red 20 ◦ green 151 ◦ blue 155

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

Shades of Java #14979B

Tints of Java #14979B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.55%

R = 6.13%
G = 46.32%
B = 47.55%

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

#14979B (or 0x14979B) is known color: Java. HEX triplet: 14, 97 and 9B. RGB value is (20,151,155). Sum of RGB (Red+Green+Blue) = 20+151+155=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 151 (59.38% from 255 or 46.32% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #14979B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14979B is #EB6864. Grayscale: #707070. Windows color (decimal): -15427685 or 10196756. OLE color: 10196756.

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

Color convert

RGB 20 151 155 -
CMYK 0.87 0.03 0 0.39
HSL 181.78º 0.77% 0.34% -
HSV(B) 181.78º 0.87% 0.61% -
XYZ 17.27 24.65 34.86 -
YUV 112.29 152.1 62.17 -
System Red Green Blue C M Y K H S L
Decimal 20 151 155 0.87 0.03 0 0.39 181.78 0.77 0.34
Hex 14 97 9B 57 3 0 27 B6 4D 22
Octal 24 227 233 127 3 0 47 266 115 42
Binary 10100 10010111 10011011 1010111 11 0 100111 10110110 1001101 100010

Color Harmonies of #14979B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14979B

Black with #14979B

Text Example


Text Example

White with #14979B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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