Html Css Color HEX #14978F Java

📋 copy color: '#14978F'

red 20 ◦ green 151 ◦ blue 143

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

Shades of Java #14978F

Tints of Java #14978F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 45.54%

R = 6.37%
G = 48.09%
B = 45.54%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#14978F (or 0x14978F) is known color: Java. HEX triplet: 14, 97 and 8F. RGB value is (20,151,143). Sum of RGB (Red+Green+Blue) = 20+151+143=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 151 (59.38% from 255 or 48.09% from 314); Blue value is 143 (56.25% from 255 or 45.54% from 314); Max value from RGB is 151 - color contains mainly: green. Hex color #14978F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14978F is #EB6870. Grayscale: #6E6E6E. Windows color (decimal): -15427697 or 9410324. OLE color: 9410324.

HSL color Cylindrical-coordinate representation of color #14978F: hue angle of 176.34º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14978F is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 151 143 -
CMYK 0.87 0 0.05 0.41
HSL 176.34º 0.77% 0.34% -
HSV(B) 176.34º 0.87% 0.59% -
XYZ 16.31 24.27 29.81 -
YUV 110.92 146.1 63.15 -
System Red Green Blue C M Y K H S L
Decimal 20 151 143 0.87 0 0.05 0.41 176.34 0.77 0.34
Hex 14 97 8F 57 0 5 29 B0 4D 22
Octal 24 227 217 127 0 5 51 260 115 42
Binary 10100 10010111 10001111 1010111 0 101 101001 10110000 1001101 100010

Color Harmonies of #14978F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14978F

Black with #14978F

Text Example


Text Example

White with #14978F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14978F; }

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

 H1.HeaderClassName
 {
   color: #14978F;
 }
 .AnyTagClassName
 {
   color: #14978F;
 }
</style>

background-color css

<style>
 a { background-color: #14978F; }

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

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

border-color css

<style>
 span { border-color: #14978F; }

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

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