Html Css Color HEX #14929E Java

📋 copy color: '#14929E'

red 20 ◦ green 146 ◦ blue 158

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

Shades of Java #14929E

Tints of Java #14929E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.06%

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

R = 6.17%
G = 45.06%
B = 48.77%

CMYK

 C value IS 0.87

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14929E (or 0x14929E) is known color: Java. HEX triplet: 14, 92 and 9E. RGB value is (20,146,158). Sum of RGB (Red+Green+Blue) = 20+146+158=324 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.17% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 158 (62.11% from 255 or 48.77% from 324); Max value from RGB is 158 - color contains mainly: blue. Hex color #14929E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14929E is #EB6D61. Grayscale: #6D6D6D. Windows color (decimal): -15428962 or 10392084. OLE color: 10392084.

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

Color convert

RGB 20 146 158 -
CMYK 0.87 0.08 0 0.38
HSL 185.22º 0.78% 0.35% -
HSV(B) 185.22º 0.87% 0.62% -
XYZ 16.74 23.18 35.94 -
YUV 109.69 155.26 64.02 -
System Red Green Blue C M Y K H S L
Decimal 20 146 158 0.87 0.08 0 0.38 185.22 0.78 0.35
Hex 14 92 9E 57 8 0 26 B9 4E 23
Octal 24 222 236 127 10 0 46 271 116 43
Binary 10100 10010010 10011110 1010111 1000 0 100110 10111001 1001110 100011

Color Harmonies of #14929E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14929E

Black with #14929E

Text Example


Text Example

White with #14929E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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