Html Css Color HEX #14969E Java

📋 copy color: '#14969E'

red 20 ◦ green 150 ◦ blue 158

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

Shades of Java #14969E

Tints of Java #14969E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.73%

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

R = 6.1%
G = 45.73%
B = 48.17%

CMYK

 C value IS 0.87

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14969E (or 0x14969E) is known color: Java. HEX triplet: 14, 96 and 9E. RGB value is (20,150,158). Sum of RGB (Red+Green+Blue) = 20+150+158=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 158 (62.11% from 255 or 48.17% from 328); Max value from RGB is 158 - color contains mainly: blue. Hex color #14969E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14969E is #EB6961. Grayscale: #6F6F6F. Windows color (decimal): -15427938 or 10393108. OLE color: 10393108.

HSL color Cylindrical-coordinate representation of color #14969E: hue angle of 183.48º 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 #14969E is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 150 158 -
CMYK 0.87 0.05 0 0.38
HSL 183.48º 0.78% 0.35% -
HSV(B) 183.48º 0.87% 0.62% -
XYZ 17.37 24.43 36.15 -
YUV 112.04 153.93 62.35 -
System Red Green Blue C M Y K H S L
Decimal 20 150 158 0.87 0.05 0 0.38 183.48 0.78 0.35
Hex 14 96 9E 57 5 0 26 B7 4E 23
Octal 24 226 236 127 5 0 46 267 116 43
Binary 10100 10010110 10011110 1010111 101 0 100110 10110111 1001110 100011

Color Harmonies of #14969E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14969E

Black with #14969E

Text Example


Text Example

White with #14969E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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