Html Css Color HEX #14949A Java

📋 copy color: '#14949A'

red 20 ◦ green 148 ◦ blue 154

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

Shades of Java #14949A

Tints of Java #14949A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.96%

 BLUE value IS 154 (60.55% from 255) = 47.83%

R = 6.21%
G = 45.96%
B = 47.83%

CMYK

 C value IS 0.87

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#14949A (or 0x14949A) is known color: Java. HEX triplet: 14, 94 and 9A. RGB value is (20,148,154). Sum of RGB (Red+Green+Blue) = 20+148+154=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 154 (60.55% from 255 or 47.83% from 322); Max value from RGB is 154 - color contains mainly: blue. Hex color #14949A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14949A is #EB6B65. Grayscale: #6E6E6E. Windows color (decimal): -15428454 or 10130452. OLE color: 10130452.

HSL color Cylindrical-coordinate representation of color #14949A: hue angle of 182.69º 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 #14949A is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 20 148 154 -
CMYK 0.87 0.04 0 0.40
HSL 182.69º 0.77% 0.34% -
HSV(B) 182.69º 0.87% 0.6% -
XYZ 16.71 23.66 34.26 -
YUV 110.41 152.59 63.51 -
System Red Green Blue C M Y K H S L
Decimal 20 148 154 0.87 0.04 0 0.40 182.69 0.77 0.34
Hex 14 94 9A 57 4 0 28 B7 4D 22
Octal 24 224 232 127 4 0 50 267 115 42
Binary 10100 10010100 10011010 1010111 100 0 101000 10110111 1001101 100010

Color Harmonies of #14949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14949A

Black with #14949A

Text Example


Text Example

White with #14949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14949A; }

 p { color: rgb(20,148,154); }

 H1.HeaderClassName
 {
   color: #14949A;
 }
 .AnyTagClassName
 {
   color: #14949A;
 }
</style>

background-color css

<style>
 a { background-color: #14949A; }

 a { background-color: rgb(20,148,154); }

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

border-color css

<style>
 span { border-color: #14949A; }

 span { border-color: rgb(20,148,154); }

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